Open
Bug 1613674
Opened 5 years ago
Updated 2 years ago
[RDM Fission] Initializing RDM dispatches two document resize events
Categories
(DevTools :: Responsive Design Mode, defect, P3)
DevTools
Responsive Design Mode
Tracking
(Fission Milestone:Future)
NEW
Fission Milestone | Future |
People
(Reporter: mtigley, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: fission-rdm-reserve dt-fission-future)
When devtools.responsive.browserUI.enabled
is true, the content window will dispatch to "resize" events during initialization. The first happens when the "responsive-mode" class is added to the ".browserContainer" then again when the viewport is resized to match the size of the simulated device.
RDM should only dispatch a single resize event when it's initialized.
Comment 1•5 years ago
|
||
doesn't need to block Fission unless the second resize event is causing problems.
Fission Milestone: --- → Future
Updated•5 years ago
|
Whiteboard: fission-rdm-reserve
Comment 2•5 years ago
|
||
Adding dt-fission
whiteboard tag to DevTools bugs that mention Fission or block Fission meta bugs but don't already have a dt-fission
whiteboard tag.
Whiteboard: fission-rdm-reserve → fission-rdm-reserve dt-fission
Updated•4 years ago
|
Whiteboard: fission-rdm-reserve dt-fission → fission-rdm-reserve dt-fission-future
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•