Bugzilla will undergo maintenance 2024-03-29 18h00 CET. Bugzilla will be placed in read-only mode at that time.

Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 27668 - [Editor mgmt] flicker when ctrl-click to close editor
Summary: [Editor mgmt] flicker when ctrl-click to close editor
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Andrew Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 28063 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-12-04 11:22 EST by Andrew Irvine CLA
Modified: 2003-02-11 14:33 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Irvine CLA 2002-12-04 11:22:04 EST
 
Comment 1 Andrew Irvine CLA 2002-12-04 11:23:28 EST
Eclipse 20021203

When using ctrl-click to close an inactive editor there is screen flicker.  
This did not occur with the previous editor management strategy.
Comment 2 Andrew Irvine CLA 2002-12-04 17:27:57 EST
Workbook class:
widgetSelected is notified by CTabFolder first, activating the new editor
then mouseEvent is handled, closing editor

Can request CTabFolder eat the ctrl-click mouse event, thus not sending 
selection event.  Wait and see if we keep existing ctrl-click functionality or 
if we go back to individual close boxes.
Comment 3 Andrew Irvine CLA 2002-12-19 12:57:49 EST
*** Bug 28063 has been marked as a duplicate of this bug. ***
Comment 4 Kevin Haaland CLA 2003-02-07 17:04:11 EST
Pls retry in latest. If there are redraw problems then pls fix this defect. 
Comment 5 Andrew Irvine CLA 2003-02-11 14:33:12 EST
Eclipse 20030212

Removed functionality.  Ctrl-click no longer closes editors, thus it no longer 
flickers.  See also bug 31564 when you also note that the editor dropdown is 
gone, as are any tab compression changes you may have made.