Closed
Bug 866461
Opened 12 years ago
Closed 12 years ago
Bing.com constantly resizing (scrollbar dance)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox21 unaffected, firefox22 unaffected, firefox23 verified, fennec23+)
VERIFIED
FIXED
Firefox 23
Tracking | Status | |
---|---|---|
firefox21 | --- | unaffected |
firefox22 | --- | unaffected |
firefox23 | --- | verified |
fennec | 23+ | --- |
People
(Reporter: aaronmt, Assigned: cwiiis)
References
()
Details
(Keywords: regression, reproducible)
Attachments
(1 file)
3.51 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
http://www.bing.com
Setting browser.chrome.dynamictoolbar to false fixes this.
--
LG Nexus 4 (Android 4.2.2)
Nightly (04/27)
Reporter | ||
Updated•12 years ago
|
tracking-fennec: --- → ?
status-firefox23:
--- → affected
Reporter | ||
Comment 1•12 years ago
|
||
Aurora (Fx22) is also affected here.
URL: http://www.bing.com
status-firefox22:
--- → affected
Reporter | ||
Comment 2•12 years ago
|
||
Still an issue even with bug 858969 and bug 865298.
Comment 3•12 years ago
|
||
We are disabling the dynamic toolbar for fx22, so tracking for fx23
tracking-fennec: ? → 23+
Assignee | ||
Comment 4•12 years ago
|
||
This patch fixes some situations where the viewport was unnecessarily remeasured. bing.com causes page-size change signals to fire every time we change the viewport size, even if the page size doesn't actually change, so we need to be careful that we only remeasure when we need to.
Assignee: nobody → chrislord.net
Status: NEW → ASSIGNED
Attachment #748006 -
Flags: review?(mark.finkle)
Comment 5•12 years ago
|
||
Comment on attachment 748006 [details] [diff] [review]
Fix Bing constantly resizing
Seems sane... and now a little easier to read too
Attachment #748006 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Pushed to inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aafa476203a4
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 23
Updated•12 years ago
|
status-firefox21:
--- → unaffected
Version: unspecified → Firefox 22
Assignee | ||
Comment 8•12 years ago
|
||
The dynamic toolbar has been disabled in Firefox 22, it should be unaffected. Setting unaffected as per comment #0.
Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•