Closed
Bug 1296445
Opened 8 years ago
Closed 7 years ago
syncContainerWithMainView should not cause a style flush while opening the Firefox menu
Categories
(Firefox :: Menus, defect, P2)
Firefox
Menus
Tracking
()
RESOLVED
DUPLICATE
of bug 1009116
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: jaws, Unassigned)
References
Details
From https://bugzilla.mozilla.org/show_bug.cgi?id=1296070#c9,
I also see, towards the start of the panel opening, that we call syncContainerWithMainView in the multiview, which causes a style flush, and causes us to skip some frames.
Reporter | ||
Comment 1•8 years ago
|
||
The patch in bug 1296442 moves this code to run earlier and piggyback off of the style flush from adjustArrowPosition.
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Assignee: jaws → nobody
Status: ASSIGNED → NEW
Updated•8 years ago
|
Whiteboard: [photon]
Updated•8 years ago
|
Flags: qe-verify-
Priority: P3 → P2
Whiteboard: [photon] → [photon-structure]
Comment 2•8 years ago
|
||
We won't use these for photon panels long-term, and their perf is being fixed in 1009116 anyway, so this can be dropped from photon-structure (and probably photon generally).
Whiteboard: [photon-structure]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•