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 270310

Summary: Every window of same file follow "undo" modifications
Product: editor Reporter: uminoraven
Component: NavigationAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: TheHolyPadlock
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description uminoraven 2017-04-05 15:00:39 UTC
When a single file is open on multiple tabs/windows or in a split pane, if on a window "undo" is performed, every other window move its position centering on the last "undo" modification.

E.g.: main.c is open, window is split. On the right pane cursor is at line 400, on the left one at line 900. If you undo something on the right pane, line 405 let's say, the left one move back on line 405. So now both panes point on the same line.
Comment 1 TheHolyPadlock 2017-06-29 07:16:45 UTC
Getting the exact same issue on Windows 10 x64 v1607, Netbeans 8.2. Makes working with split screen files very irritating.