Closed
Bug 1389621
Opened 8 years ago
Closed 8 years ago
Reload/stop button's animation seems to stop after entering/exiting Customize mode.
Categories
(Firefox :: Toolbars and Customization, defect, P1)
Firefox
Toolbars and Customization
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: KWierso, Assigned: jaws)
References
Details
(Keywords: regression, Whiteboard: [reserve-photon-animation])
Attachments
(1 file)
I'm on today's Win64 Nightly build (I think the first one where the flexible spaces were added around the location bar?), and noticed that the stop/reload button's animation stopped working. Only noticed it after I went into Customize mode and removed the flexible spaces.
The animations returned when I restarted my browser session, but go away the moment I go into and then leave customize mode. I don't have to make any actual customization changes, just enter/leave customize mode.
:Bkelly is seeing the same thing, but jaws doesn't.
Assignee | ||
Comment 1•8 years ago
|
||
Using mozregression I tracked this down to the following push:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=cbd6e1d73232388da836ec48f720cc6dc7a0941c&tochange=859e1832aff0bd459d8e1c1c41ce0e541e171c9e
Assignee | ||
Comment 2•8 years ago
|
||
This is broken because http://searchfox.org/mozilla-central/rev/33295c6f4d57d16fe76476ac131cadd4cd3d05ad/browser/base/content/browser-customization.js#41 calls CombinedStopReload.uninit() on entering customize mode (not a problem so far), and then http://searchfox.org/mozilla-central/rev/33295c6f4d57d16fe76476ac131cadd4cd3d05ad/browser/base/content/browser-customization.js#71 calls CombinedStopReload.init() when exiting customize mode (here's the problem).
CombinedStopReload.init() sets this.animate=false and since the pref doesn't change, startAnimationPrefMonitoring() isn't going to set it back to true.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
Flags: needinfo?(felipc)
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Iteration: --- → 57.1 - Aug 15
Flags: qe-verify?
Priority: -- → P1
Whiteboard: [reserve-photon-animation]
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8896496 [details]
Bug 1389621 - Don't set this.animate=false during CombinedStopReload.init since pref monitoring is not guaranteed to run after init(), such is the case when exiting customize mode.
https://reviewboard.mozilla.org/r/167750/#review173646
Attachment #8896496 -
Flags: review?(felipc) → review+
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/180faf6c0402
Don't set this.animate=false during CombinedStopReload.init since pref monitoring is not guaranteed to run after init(), such is the case when exiting customize mode. r=Felipe
Updated•8 years ago
|
Iteration: 57.1 - Aug 15 → 57.2 - Aug 29
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•8 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Updated•8 years ago
|
Flags: qe-verify? → qe-verify+
QA Contact: stefan.georgiev
Comment 7•8 years ago
|
||
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID 20170905100117
This bug fix is Verified with latest Nightly 57.0a1.
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•