Opened 9 years ago
Closed 8 years ago
#996 closed defect (fixed)
Save with multiple windows on same file moves window
Reported by: | gz | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | IDE | Version: | trunk |
Keywords: | Cc: |
Description
Open the same file open in two windows, put them in different positions on the screen, then make a change in one of the windows and Save. One of the windows moves and resizes to be on top of the other, i.e. their screen positions and dimensions get unified.
Change History (1)
comment:1 Changed 8 years ago by gb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [15426]) Add an IS-DUP slot to the HEMLOCK-FRAME window class; set it to true iff the window is created by the #/duplicate: command. #/setFrameAutosaveName: always returns false for duplicate windows, which hopefully fixes ticket:996.