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 232114 - Editor doesn't paint background colors or right margin on vertical scrolling
Summary: Editor doesn't paint background colors or right margin on vertical scrolling
Status: RESOLVED DUPLICATE of bug 228775
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2013-07-01 21:58 UTC by markiewb
Modified: 2013-09-01 07:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (188.30 KB, image/png)
2013-07-01 22:03 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-01 21:58:50 UTC
[ BUILD # : 201307011244 ]
[ JDK VERSION : 1.7.0_21 ]

* create a JavaSE application
* create a new JForm
* open the source view of the form -> there will be a guarded block with a gray
background color
* resize the editor window so that there will be a vertical scrollbar
* scroll vertically via mouse

ACTUAL: the background color is lost, the right margin line is lost.  See
screenshot

EXPECTED: the background color isn't lost, the right margin line isn't lost.
There is a proper repaint.

FYI: same issue happens in the diff view (green/red/grey background colors are
used )
Comment 1 markiewb 2013-07-01 22:03:28 UTC
Created attachment 136567 [details]
Shows the issue
Comment 2 markiewb 2013-08-18 12:23:49 UTC
FYI

NOK:
7.4 nightly
7.4beta
7.3

OK:
7.0
Comment 3 Miloslav Metelka 2013-09-01 07:20:31 UTC

*** This bug has been marked as a duplicate of bug 228775 ***