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 154680

Summary: Editor window repainting broken
Product: editor Reporter: piastucki <piastucki>
Component: Painting & PrintingAssignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description piastucki 2008-12-05 08:55:45 UTC
When I edit a long Java class (4000 lines of code for instance) and I scroll the text the editor window is not
re-painted correctly. It looks like the text is painted on the existing text without clearing the background.

The issue make NB6.5 almost unusable - see screenshots:

http://img372.imageshack.us/img372/6062/screenshot67sx5.png
http://img122.imageshack.us/img122/3517/screenshot68ll1.png

BTW: I did not experience such problems in 6.1.
Comment 1 Jiri Prox 2008-12-05 09:39:10 UTC
Can you provide more info about your configuration?
What jdk version do you use and what is your graphics driver?
Thanks
Comment 2 Petr Dvorak 2008-12-05 09:40:32 UTC
Hi, this issue is most likely another duplicate of issue http://www.netbeans.org/issues/show_bug.cgi?id=149260.

Please check your video driver to verify (I assume you are using Linux + Intel graphic card driver?). Also, please
include information from "Help>About" in your reports, so that we can see more details about your NB/OS/JDK...

I am closing the bug as duplicate, please reopen if it is not your case. There is a workaround mentioned in the issue,
you can try if it works out with you. Unfortunately, we cannot do much on our side... :(

*** This issue has been marked as a duplicate of 149260 ***
Comment 3 piastucki 2008-12-05 10:27:52 UTC
Guys, you are fast ! Thanks for pointing out the workaround.