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 258786 - Whole line is flashing when in overwrite mode
Summary: Whole line is flashing when in overwrite mode
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 09:22 UTC by legitalk
Modified: 2016-07-26 13:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (79.43 KB, text/plain)
2016-04-12 09:22 UTC, legitalk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description legitalk 2016-04-12 09:22:45 UTC
Product Version = NetBeans IDE Dev (Build 201604070001)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

When I have caret at the end of line and I am in overwrite mode (INSERT was pressed), the whole line is flashing till the end of line.

Before it was flashing only one letter at current position (end of line)
Comment 1 legitalk 2016-04-12 09:22:51 UTC
Created attachment 159224 [details]
IDE log
Comment 2 Jiri Prox 2016-04-22 13:53:03 UTC
reproducible
Comment 3 Miloslav Metelka 2016-06-22 14:23:55 UTC
I already have the NewlineView and TabView code modified to support complex positions required for proper caret blinking in overwrite mode and the whole patch should be ready at the beginning of the next week.
Comment 4 legitalk 2016-06-28 12:50:22 UTC
Ok, thank you. I am waiting for it, till now still not present in build 201606280002.
Comment 5 legitalk 2016-07-11 08:12:29 UTC
Till now it is still not present in build 201607110002.
Comment 6 Miloslav Metelka 2016-07-20 14:46:14 UTC
It was a bit tricky to debug and fix all the problems but it should be ok now.
http://hg.netbeans.org/jet-main/rev/1dd3b19a07be
Comment 7 Quality Engineering 2016-07-21 01:51:07 UTC
Integrated into 'main-silver', will be available in build *201607210002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1dd3b19a07be
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #258786 - Whole line is flashing when in overwrite mode.
Comment 8 Milutin Kristofic 2016-07-26 13:14:00 UTC
Mila, this change introduced two minor bugs (Bug #267235 and Bug #267234), since you introduced null value for getAttributes. Just please review this, I just added nullpointer checks to code.