Closed
Bug 943879
Opened 11 years ago
Closed 11 years ago
Regression: Throbber sticks around frozen on screen when conducting a Google Search; favicon does not replace throbber
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox27 unaffected, firefox28 fixed)
RESOLVED
FIXED
Firefox 28
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | --- | fixed |
People
(Reporter: aaronmt, Assigned: rnewman)
References
()
Details
(Keywords: regression, reproducible)
Attachments
(1 file)
147.35 KB,
image/png
|
Details |
Currently when one conducts a Google Search, the throbber sticks around and the favicon does not appear at all.
So far for whatever reason I am only able to reproduce through long-tap, 'Google Search' with selected text.
Tap test-case URL, long tap on selected text and open the dotted menu and select 'Google Search'.
See screenshot.
--
Nightly (11/27) | LG Nexus 4 (Android 4.4)
Reporter | ||
Comment 1•11 years ago
|
||
Regression from bug 941868.
Blocks: 941868
Keywords: regressionwindow-wanted
Reporter | ||
Comment 2•11 years ago
|
||
Also seeing this on tab restoration of Google searches
Reporter | ||
Comment 3•11 years ago
|
||
D/GeckoToolbar( 9024): onTabChanged: STOP
D/GeckoToolbar( 9024): setProgressVisibility: false
D/GeckoToolbar( 9024): setFavicon(null)
D/GeckoToolbar( 9024): Ignoring favicon set: new favicon is identical to previous favicon.
I/GeckoToolbar( 9024): zerdatime 3875233 - Throbber stop
Comment 4•11 years ago
|
||
I think we are returning early from setFavicon because the incoming image is null and the mLastFavicon is null. We should be setting the favicon to a null drawable.
Comment 5•11 years ago
|
||
I can repro using the STR
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•11 years ago
|
||
I believe this is fixed by my partial backout and partial re-land in Bug 941868.
The issue was not the de-bouncing; it was that restored tabs (and certain other situations) send an almost-non-overlapping set of messages, and the logic I'd changed to do less work thus caused us to do... no work.
Aaron, please verify when that hits Nightly again!
Reporter | ||
Comment 8•11 years ago
|
||
Fixed via 941868.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
tracking-fennec: ? → ---
status-firefox27:
--- → unaffected
Updated•4 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
•