PR# 12091 Clicking "X" to close Editor tab often has no effect

Problem Report Summary
Submitter: prestoat2000
Category: EiffelStudio
Priority: Medium
Date: 2007/02/22
Class: Bug
Severity: Serious
Number: 12091
Release: 6.0.66833
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0 Solaris 10 on x64
Synopsis: Clicking "X" to close Editor tab often has no effect

Description
Clicking the "X" for an Editor tab to close that tab often has no effect
(tab not closed).  It looks like this is because any movement of the mouse
between the button press and the button release (even one pixel) causes the
action not to fire.  Perhaps this is because once the cursor position changes,
it is interpreted as a drag-and-drop rather than a button press/release.

In any case, this is very confusing and makes the interface seem buggy.
Maybe the mouse needs to first move
some minimum number of pixels away from its original position (2 or 3)
before the operation is converted into drag-and-drop.  Or perhaps a button
press when over the "X" needs to be treated differently, so that it doesn't
become a drag-and-drop operation.

This is all speculation.  But clicking on the "X" and not having the Editor tab
disappear is an unexpected and undesirable behavior from a user viewpoint.
To Reproduce

										
Problem Report Interactions
From:larryl    Date:2007/03/16    Status: Closed    Download   
At revision#67325, if end user first pressed left button and mouse keep moving in the editor close button area, the release the left button, the editor will be closed. If end user first pressed left button, then move the pointer outside the close button area, the editor close action will not be fired. This bug is fixed.

Thanks for your report.