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 70232 - SwingUtilities.updateComponentTreeUI breaks glyph gutter
Summary: SwingUtilities.updateComponentTreeUI breaks glyph gutter
Status: RESOLVED DUPLICATE of bug 69538
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 23:03 UTC by _ tboudreau
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Module demonstrating the problem (3.32 MB, application/x-compressed)
2005-12-11 23:06 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2005-12-11 23:03:56 UTC
Install the attached module.  Open a java file, and turn on show line 
numbers.  Run the action "Break the Glyph Gutter" which is on the file menu 
(all it does is indirectly cause updateUI() to be invoked).

Line numbers disappear and the glyph gutter generally stops working.

I'm helping Kirill Grouchnikov get the Substance Look and Feel module working, 
and the result of this bug is that whenever you change the L&F theme or color 
scheme (we have menu items for this), the glyph gutter breaks.

Hopefully simple to fix - perhaps worth making P2 and trying to solve for 5.0?
Comment 1 _ tboudreau 2005-12-11 23:06:44 UTC
Created attachment 27723 [details]
Module demonstrating the problem
Comment 2 Martin Roskanin 2005-12-12 08:43:24 UTC
Yes, it is already known problem. We will try to fix it and if the fix will not
be too dangerous, we should integrate it into 5.0

*** This issue has been marked as a duplicate of 69538 ***