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 252119 - Redraw issue in combo box
Summary: Redraw issue in combo box
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0.2
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 17:01 UTC by lanthale
Modified: 2015-09-04 15:10 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Corrupted combo box (97.49 KB, image/png)
2015-04-27 17:01 UTC, lanthale
Details
Simple swing application with a combo box showing the all is working (79.84 KB, application/x-octet-stream)
2015-04-27 17:02 UTC, lanthale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lanthale 2015-04-27 17:01:30 UTC
Created attachment 153414 [details]
Corrupted combo box

If I have a normal combo box in a platform application and the items of the combo box are not drawn until I press a key or move the mouse over the items. If I do the same in a plain swing application all is working fine. The same is sometimes happening in the editor with the popup menu suggesting method names.

The issue is showing under a Retina Macbookpro with JDK 1.8u45 and NB 8.0.2.

I have attached the issue as a screenshot and a sample program showing it that it is working under plain swing.
Comment 1 lanthale 2015-04-27 17:02:37 UTC
Created attachment 153415 [details]
Simple swing application with a combo box showing the all is working
Comment 2 Martin Entlicher 2015-07-09 16:42:37 UTC
Can you please provide a sample platform application where the combo boxes are not drawn properly? In the dialogue in the screenshot, are you using just a Swing code, or also some NetBeans UI classes? Are all UI components accessed on the event dispatch thread? Are other combo boxes, that are a regular part of NetBeans IDE also suffer from similar problem?