Closed
Bug 612305
Opened 15 years ago
Closed 15 years ago
tabbrowser.xml is only interested in resize events for the chrome window, should ignore those for content windows
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
VERIFIED
FIXED
Firefox 4.0b8
People
(Reporter: dao, Assigned: dao)
Details
Attachments
(1 file, 1 obsolete file)
779 bytes,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #490588 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 1•15 years ago
|
||
I guess we could actually drop the width != this.mTabstripWidth check at that point...
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #490588 -
Attachment is obsolete: true
Attachment #490589 -
Flags: review?(gavin.sharp)
Attachment #490588 -
Flags: review?(gavin.sharp)
Comment 3•15 years ago
|
||
Bug 343370 comment 3 lists two cases where the width checking might help:
- ""resize" event is also fired when the chrome layout is chnaged" (not sure what this is about, it might be bogus)
- only the window height changes
Perhaps we should keep it?
Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Bug 343370 comment 3 lists two cases where the width checking might help:
> - ""resize" event is also fired when the chrome layout is chnaged" (not sure
> what this is about, it might be bogus)
That's the content window's resize event, i.e. this bug.
> - only the window height changes
That's a valid point.
Assignee | ||
Updated•15 years ago
|
Attachment #490588 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•15 years ago
|
Attachment #490588 -
Attachment is obsolete: false
Assignee | ||
Updated•15 years ago
|
Attachment #490589 -
Attachment is obsolete: true
Attachment #490589 -
Flags: review?(gavin.sharp)
Comment 5•15 years ago
|
||
(In reply to comment #4)
> That's the content window's resize event, i.e. this bug.
Oh, I see - I thought he was talking about it firing on the chrome window for reasons other than it actually being resized, but your interpretation makes more sense.
Updated•15 years ago
|
Attachment #490588 -
Flags: review?(gavin.sharp) → review+
Updated•15 years ago
|
Attachment #490588 -
Flags: approval2.0+
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
Comment 7•15 years ago
|
||
Verified fixed based on check-in.
Status: RESOLVED → VERIFIED
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•