This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 48225

Summary: Resolve Reference problems dialog too small
Product: projects Reporter: Milan Kubec <mkubec>
Component: Generic Projects UIAssignee: Jan Lahoda <jlahoda>
Status: CLOSED FIXED    
Severity: blocker CC: mpetras
Priority: P3 Keywords: A11Y, UI
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    
Attachments: screenshot

Description Milan Kubec 2004-08-31 12:47:11 UTC
[dev-200408271257, JDK 1.4.2_05]

See screenshot, it shows that the text on the
dialog is not fully visible.
Comment 1 Milan Kubec 2004-08-31 12:47:29 UTC
Created attachment 17245 [details]
screenshot
Comment 2 Milan Kubec 2005-01-10 13:06:39 UTC
Status == NEW and Target Milestone == 4.0 are not compatible, please
reevaluate.
Comment 3 Jiri Rechtacek 2005-01-10 16:31:26 UTC
Not reproducible for standard font size and display resolution, not
planned fix for next release. If I'm wrong and it's not fully
displayed for most case, increase the priority back.
Comment 4 Jiri Rechtacek 2005-11-21 15:37:57 UTC
Reassign to new owner.
Comment 5 Jan Lahoda 2005-11-21 15:44:07 UTC
*** Issue 69033 has been marked as a duplicate of this issue. ***
Comment 6 Marian Petras 2005-11-21 15:55:20 UTC
Raised to P3. This problem is quite serious - with my setup, I do not see the
checkbox at all. I did not know about it until I saw the attached screenshot.
Arguments about "standard display resolution" are completely invalid - what is
"standard resolution"? 85 dpi? 100 dpi? 115 dpi? Here is what I see in my normal
working setup:
http://www.netbeans.org/nonav/issues/showattachment.cgi/27087/Screenshot.png
Comment 7 Marian Petras 2005-11-21 15:56:44 UTC
I can help with solving this issue - I have already fixed similar issues in my
modules.
Comment 8 Jan Lahoda 2005-11-21 16:10:06 UTC
Fixed:
Checking in BrokenReferencesAlertPanel.java;
/cvs/java/project/src/org/netbeans/modules/java/project/BrokenReferencesAlertPanel.java,v
 <--  BrokenReferencesAlertPanel.java
new revision: 1.8; previous revision: 1.7
done
Checking in BrokenReferencesAlertPanel.form;
/cvs/java/project/src/org/netbeans/modules/java/project/BrokenReferencesAlertPanel.form,v
 <--  BrokenReferencesAlertPanel.form
new revision: 1.8; previous revision: 1.7
done
Checking in Bundle.properties;
/cvs/java/project/src/org/netbeans/modules/java/project/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.36; previous revision: 1.35
done
Comment 9 Milan Kubec 2005-12-02 10:28:19 UTC
Verified in dev-200512011936.