History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-22568
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Taras Tielkes
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Warning/error description sometimes spans whole screen

Created: 11 Oct 07 00:43   Updated: 06 Dec 07 18:51
Component/s: Code Analysis. Inspection, Editor. Error Highlighting, User Interface
Fix Version/s: Selena 7.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. screenshot-1.jpg
(227 kb)

2. screenshot-2.jpg
(180 kb)

3. screenshot-3.jpg
(180 kb)

4. screenshot-4.jpg
(188 kb)

Build: 7,343
Fixed in build: 7,506


 Description  « Hide
See screenshot

 All   Comments   Work Log   Change History      Sort Order:
Anna Kozlova - 12 Oct 07 19:57
Could you please check if it happens after 7349? Thank you

Taras Tielkes - 16 Oct 07 02:33
Anna, problem is still present in 7.0 (#7361).

Example code I used to reproduce the issue:

public class TarasTest {
    public static void main(String[] args) {
        final ArrayList<String> arrayList = new ArrayList<String>();
        arrayList.add("Hello");
        String[] strings = arrayList.toArray(new String[0]);
    }
}

The popup spanning the whole screen seems only to happen when Project View is open.


Taras Tielkes - 16 Oct 07 02:37
Attached files "screenshot-2.jpg" and "screenshot-3.jpg", obtained using #7361.

Sascha Weinreuter - 16 Oct 07 12:04
I've seen such a tooltip containing scrollbars, however it's been impossible to reach them because the tooltip vanished when moving the mouse

Taras Tielkes - 16 Oct 07 15:13
Sascha, that particular annoyance (but for normal-sized popups) is also mentioned in IDEADEV-22409.