Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Anna Kozlova
Subsystem
Code Analysis. Inspection
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Taras Tielkes
    4 years ago (11 Oct 2007 01:43)
  • Updated by   Evgeniy Schepotiev
    21 months ago (27 Apr 2010 16:29)
  • Jira: IDEADEV-22568
    (history, comments)
 
IDEA-41371 Warning/error description sometimes spans whole screen
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
See screenshot

Issue was resolved
Comments (5)
 
History
 
Linked Issues (?)
 
Anna Kozlova
  Anna Kozlova
12 Oct 2007 20:57
4 years ago
Could you please check if it happens after 7349? Thank you
Taras Tielkes
  Taras Tielkes
16 Oct 2007 03:33
4 years ago
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
  Taras Tielkes
16 Oct 2007 03:37
4 years ago
Attached files "screenshot-2.jpg" and "screenshot-3.jpg", obtained using #7361.
Sascha Weinreuter
  Sascha Weinreuter
16 Oct 2007 13:04
4 years ago
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
  Taras Tielkes
16 Oct 2007 16:13
4 years ago
Sascha, that particular annoyance (but for normal-sized popups) is also mentioned in IDEA-41374.