Closed
Bug 838222
Opened 12 years ago
Closed 12 years ago
Work - Keep the navigation appbar visible after page load, until the user dismisses it
Categories
(Firefox for Metro Graveyard :: Browser, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Whiteboard: feature=work)
Attachments
(1 file, 1 obsolete file)
6.76 KB,
patch
|
sfoster
:
review+
|
Details | Diff | Splinter Review |
According to the story in attachment 709174 [details] steps 8-9, the navigation bar should still be visible after loading a page from the urlbar/autocomplete screen.
This currently works correctly in some cases but not others, depending on whether the ContextUI._visible state variable is in sync with the "visible" attribute on the #tray element (which it isn't, at startup).
This patch gets rid of the _visible and _expanded variables, and removes the call to auto-dismiss the appbar on page load.
It also does some minor cleanup to replace [visible="true"] with [visible] in browser.css, only because I find the latter easier to read when the selectors start getting complicated.
Attachment #710248 -
Flags: review?(sfoster)
Assignee | ||
Comment 1•12 years ago
|
||
No actual changes; just rebased to elm tip.
Attachment #710248 -
Attachment is obsolete: true
Attachment #710248 -
Flags: review?(sfoster)
Attachment #710469 -
Flags: review?(sfoster)
Comment 2•12 years ago
|
||
Comment on attachment 710469 [details] [diff] [review]
patch v2
Review of attachment 710469 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. The is* properties are an improvement and I'll keep any eye out for where I might be using attributename=true (vs. presence of attribute) - it ends up cleaner and is less ambiquous/error-prone (what with string "false" being truthy).
One thing I notice testing this is that if you edit in the location bar while a page is loading, the autocomplete screen pops in. that's the right thing I guess, but as we fill the whole screen with it vs. the dropdown in desktop its a bit jarring. I wonder if we might want to animate in. (Though, our animations are so stuttery right now maybe the less the better)
Attachment #710469 -
Flags: review?(sfoster) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 4•12 years ago
|
||
Checking to see if there are existing tests, otherwise we will request in-qa-testsuite for triage.
Flags: in-testsuite?
Updated•10 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•