Closed
Bug 685456
Opened 13 years ago
Closed 13 years ago
Don't freeze tabItem size when the tab wasn't closed by a mouse click
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 9
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
When closing a tab we're freezing the tabItem size just as we do for "real" tabs on the tab strip to provide a better UX for mouse users. This effect is really unexpected if you write a test (or some piece of code) that uses gBroser.removeTab(). We should only freeze if the tabItem was closed by a mouse click (on the X or via a middle click).
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #559072 -
Flags: review?(dietrich)
Updated•13 years ago
|
Attachment #559072 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 9
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•