Closed
Bug 1184708
Opened 9 years ago
Closed 9 years ago
private browsing progress bar sometimes orange at first
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox41 unaffected, firefox42 fixed, fennec42+)
RESOLVED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox41 | --- | unaffected |
firefox42 | --- | fixed |
fennec | 42+ | --- |
People
(Reporter: c.ascheberg, Assigned: mcomella)
References
Details
Attachments
(1 file)
MozReview Request: Bug 1184708 - Set progress view private mode when visibility is changed. r=mhaigh
40 bytes,
text/x-review-board-request
|
mhaigh
:
review+
|
Details |
The progress bar in private browsing tabs sometimes still has orange color at first, then switches to purple during further progress. The color changes to purple after the first time the progress bar stands still for a short moment.
Updated•9 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Updated•9 years ago
|
Blocks: fennec-pb-v1
Assignee | ||
Comment 1•9 years ago
|
||
I can't reliably reproduce this.
The color change occurs in BrowserApp.onTabChanged for both LOCATION_CHANGE and SELECTED events.
I didn't realize this was a fall-through and originally intended this to be for SELECTED events only. What's probably happening is a page starts loading in normal browsing, we open a new private tab, start loading a page, and we receive the LOCATION_CHANGE event for the normal browsing tab, changing the color of the progress bar to normal browsing until the LOCATION_CHANGE event occurs for private browsing.
To provide extra information, I initially thought, and then ruled out, that because the event happens asynchronously (via notifyListeners which places the Runnable on the the UiThread), it's possible there is a moment between the time when the tab is selected in Gecko and the UI updates (meaning the old progress bar is displayed), but then the toolbar text would be the old toolbar text (and I'd imagine the toolbar background color would be different as well).
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1184708 - Set progress view private mode when visibility is changed. r=mhaigh
Attachment #8637610 -
Flags: review?(mhaigh)
Updated•9 years ago
|
Attachment #8637610 -
Flags: review?(mhaigh) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8637610 [details]
MozReview Request: Bug 1184708 - Set progress view private mode when visibility is changed. r=mhaigh
https://reviewboard.mozilla.org/r/13951/#review12779
Seems sane to me :)
Assignee | ||
Comment 4•9 years ago
|
||
url: https://hg.mozilla.org/integration/fx-team/rev/a2f1be1d0d5984ea94044a810299a2a91418a8c4
changeset: a2f1be1d0d5984ea94044a810299a2a91418a8c4
user: Michael Comella <michael.l.comella@gmail.com>
date: Wed Jul 22 19:03:47 2015 -0700
description:
Bug 1184708 - Set progress view private mode when visibility is changed. r=mhaigh
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
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
•