Closed
Bug 964257
Opened 11 years ago
Closed 11 years ago
Location bar briefly shows placeholder text when exiting customization mode
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
FIXED
Firefox 30
People
(Reporter: phlsa, Assigned: bwinton)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:P-])
Attachments
(1 file)
(deleted),
patch
|
mconley
:
review+
phlsa
:
ui-review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
When exiting customization mode, the location bar briefly shows its placeholder text ("Search or enter address") before showing the address of the tab.
This contributes to the transition looking wonky on OS X.
Reporter | ||
Updated•11 years ago
|
Blocks: 873060, australis-cust
Updated•11 years ago
|
Whiteboard: [Australis:P?] → [Australis:P-]
Assignee | ||
Comment 1•11 years ago
|
||
Okay, let's see how people like this. (Based on an idea by mconley.)
Assignee: nobody → bwinton
Attachment #8385343 -
Flags: ui-review?(philipp)
Attachment #8385343 -
Flags: review?(mconley)
Assignee | ||
Comment 2•11 years ago
|
||
Note: This should also fix bug 964279.
Comment 3•11 years ago
|
||
Comment on attachment 8385343 [details] [diff] [review]
Close the tab before flipping the deck away from the customize pane.
Review of attachment 8385343 [details] [diff] [review]:
-----------------------------------------------------------------
I'm good with this, but we should watch the CART numbers for the exit times.
Attachment #8385343 -
Flags: review?(mconley) → review+
Reporter | ||
Updated•11 years ago
|
Attachment #8385343 -
Flags: ui-review?(philipp) → ui-review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Comment on attachment 8385343 [details] [diff] [review]
Close the tab before flipping the deck away from the customize pane.
>+ browser.parentNode.selectedPanel = browser;
What is that? This doesn't seem to make any sense.
Comment 5•11 years ago
|
||
The parent of the element with id="browser" is the content-deck, which is a XUL deck that has two child elements - the browser, and the customization container.
browser.parentNode.selectedPanel = browser sets the deck back to the browser from the customization container.
Comment 6•11 years ago
|
||
Ah, I thought this was some sort of actual browser or tabbrowser, but it's really something like a "tabbrowserContainer".
Comment 7•11 years ago
|
||
Whiteboard: [Australis:P-] → [Australis:P-][fixed-in-fx-team]
Updated•11 years ago
|
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:P-][fixed-in-fx-team] → [Australis:P-]
Target Milestone: --- → Firefox 30
Comment 9•11 years ago
|
||
Comment on attachment 8385343 [details] [diff] [review]
Close the tab before flipping the deck away from the customize pane.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
Australis!
User impact if declined:
A distracting white flash when exiting customize mode.
Testing completed (on m-c, etc.):
Lots of testing on mozilla-central.
Risk to taking this patch (and alternatives if risky):
Very low.
String or IDL/UUID changes made by this patch:
None.
Attachment #8385343 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox29:
--- → affected
status-firefox30:
--- → fixed
Updated•11 years ago
|
Attachment #8385343 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•11 years ago
|
||
Updated•11 years ago
|
Reporter | ||
Comment 11•11 years ago
|
||
This issue is back in the current Nightly, along with some other (minor) polish issues in the customization transition.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 12•11 years ago
|
||
Hm - this might have to do with some of the recent work on cleaning up the back / forward buttons... can you find the first Nightly that this got introduced, phlsa?
Flags: needinfo?(philipp)
Comment 13•11 years ago
|
||
Please only reopen bugs when the patch was either backed out or already ineffective at the time it landed. If an issue reappears weeks later, please file a new bug. Makes it much easier to keep track of when and why things regressed and what patches landed when.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 14•11 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #12)
> Hm - this might have to do with some of the recent work on cleaning up the
> back / forward buttons... can you find the first Nightly that this got
> introduced, phlsa?
Hm, this is strange. I tried to narrow down the range using mozregression, and I couldn't find a single release where it worked (I looked all the way back to early March).
This can mean two things:
- I suck at mozregression
- It was never actually fixed completely
(In reply to Dão Gottwald [:dao] from comment #13)
> Please only reopen bugs when the patch was either backed out or already
> ineffective at the time it landed. If an issue reappears weeks later, please
> file a new bug. Makes it much easier to keep track of when and why things
> regressed and what patches landed when.
Alright, thanks for the clarification! So I'll just keep the discussion here until we're sure this was actually fixed at some point.
Flags: needinfo?(philipp)
You need to log in
before you can comment on or make changes to this bug.
Description
•