Bug 27668

Summary: [Editor mgmt] flicker when ctrl-click to close editor
Product: [Eclipse Project] Platform Reporter: Andrew Irvine <airvine>
Component: UIAssignee: Andrew Irvine <airvine>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: dj.houghton, eduardo_pereira, mlq.eclipse
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.