Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
Product Version: Apache NetBeans IDE Dev (Build 20180106-unknown-revn)
Updates: Updates available
Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
Runtime: Java(TM) SE Runtime Environment 9.0.1+11
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\devProduct Version: Apache NetBeans IDE Dev (Build 20180106-unknown-revn) Updates: Updates available Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11 Runtime: Java(TM) SE Runtime Environment 9.0.1+11 System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb) User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev
Description
This is a regression relative to version 8.2
Repro steps:
1. Assuming you have "row.toString()" in a debugging session watch
2. Edit the watch
3. Position the caret so it visually looks like it is after the dot
4. Hit DEL keyboard button
5. Notice that "o" gets deleted instead of "t"
6. Similarly, any characters you type will get inserted in the wrong position (one index off)
It is difficult to know where the IDE will insert/delete characters because the caret isn't showing up in the right place.
Attachments
Issue Links
- is related to
-
NETBEANS-235 Wrap Text breaks copy/paste of output window
- Open