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 - Every window of same file follow "undo" modifications
Summary: Every window of same file follow "undo" modifications
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-05 15:00 UTC by uminoraven
Modified: 2017-06-29 07:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.