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 161254 - Corrupt (garbage) painting (rendering) of editor window
Summary: Corrupt (garbage) painting (rendering) of editor window
Status: RESOLVED DUPLICATE of bug 149260
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 14:09 UTC by serussellxxx
Modified: 2009-03-26 14:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A picture of the NetBeans editor rendering bug (1 of 3) (119.76 KB, image/png)
2009-03-26 14:11 UTC, serussellxxx
Details
Netbeans editor rendering bug screenshot (2 of 3) (48.21 KB, image/png)
2009-03-26 14:12 UTC, serussellxxx
Details
Netbeans editor rendering bug screenshot (3 of 3) (42.73 KB, image/png)
2009-03-26 14:13 UTC, serussellxxx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description serussellxxx 2009-03-26 14:09:35 UTC
On larger Java source files, the editor window becomes corrupted, as if components of the IDE and the text window are 
being drawn without first clearing the render buffer.

This is on Kubuntu Intrepid running on an Intel CPU and Intel 915GM GPU; the desktop environment is KDE 4.2.1.  
Netbeans is 6.5.1, and Java is 1.6.0_10.  I've also tried this with the JDK 1.7.0, but Netbeans ignores all mouse 
clicks with that VM and is therefore useless.  Composite is enabled in X11.  I've tried the -Dsun.java2d.d3d=false 
argument, and the J2D_D3D=false and AWT_TOOLKIT=MToolkit enviroment settings.  I haven't seen any other Java app behave 
this way, including Eclipse (which uses an entirely different GUI toolkit and is therefore probably not really 
comparable).  If the bug tracker allows, I'll attach screen shots.

--- SER
Comment 1 serussellxxx 2009-03-26 14:11:12 UTC
Created attachment 78903 [details]
A picture of the NetBeans editor rendering bug (1 of 3)
Comment 2 serussellxxx 2009-03-26 14:12:11 UTC
Created attachment 78904 [details]
Netbeans editor rendering bug screenshot (2 of 3)
Comment 3 serussellxxx 2009-03-26 14:13:01 UTC
Created attachment 78905 [details]
Netbeans editor rendering bug screenshot (3 of 3)
Comment 4 serussellxxx 2009-03-26 14:15:17 UTC
I meant to also say that this corruption *only* occurs in the editor window.  No other part of the Netbeans UI appears 
to be affected, including the console or other text-rendering windows.  I've also only noticed the problem while 
editing Java files (I haven't tried other source files, but I have looked at large-ish plain text files), so it may be 
related to syntax highlighting.
Comment 5 Jiri Prox 2009-03-26 14:39:17 UTC
This is know problem, see http://wiki.netbeans.org/FaqSolvingEditorGarbledText for help

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