Collapse all the resize events before fullscreen to the last one
Categories
(Core :: DOM: Events, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: xidorn, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome)
Attachments
(1 file)
1.17 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Currently, we dispatch a bunch of resize event before entering fullscreen. We should collapse all of them and only dispatch the last one.
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
The resize events are from the change of chrome controls. We probably should prevent those changes to trigger resize event on content.
Comment 2•8 years ago
|
||
(In reply to Xidorn Quan [:xidorn] (UTC+12) from comment #1) > The resize events are from the change of chrome controls. We probably should > prevent those changes to trigger resize event on content. That sounds right.
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 3•8 years ago
|
||
![]() |
||
Comment 4•8 years ago
|
||
Comment on attachment 8612584 [details] [diff] [review] patch 1 - avoid reflow for hiding window marigns on Windows Review of attachment 8612584 [details] [diff] [review]: ----------------------------------------------------------------- I didn't see much of a difference visually, seems fine though if it cuts down on event traffic during the transition.
Reporter | ||
Comment 5•8 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #4) > Comment on attachment 8612584 [details] [diff] [review] > patch 1 - avoid reflow for hiding window marigns on Windows > > Review of attachment 8612584 [details] [diff] [review]: > ----------------------------------------------------------------- > > I didn't see much of a difference visually, seems fine though if it cuts > down on event traffic during the transition. It removes one resize event on Windows according to my test :)
![]() |
||
Comment 8•5 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Updated•5 years ago
|
Comment 9•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months. :hsinyi, maybe it's time to close this bug?
Comment 11•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsinyi, maybe it's time to close this bug?
Updated•4 years ago
|
Comment 12•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsinyi, maybe it's time to close this bug?
Comment 14•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsinyi, maybe it's time to close this bug?
Comment 16•2 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jstutte, maybe it's time to close this bug?
Comment 17•2 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:jstutte, maybe it's time to close this bug?
Comment 19•1 year ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:hsinyi, maybe it's time to close this bug?
Reporter | ||
Comment 20•1 year ago
|
||
If the leave-open keyword is what you are looking... then let's just remove it :)
Updated•5 months ago
|
Description
•