Closed
Bug 783795
Opened 13 years ago
Closed 13 years ago
locationbar, personalbar, menubar, statusbar, and toolbar are true in a webapp - should be false
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P2)
Tracking
(firefox17 wontfix, firefox18 affected)
VERIFIED
FIXED
Firefox 19
People
(Reporter: jsmith, Assigned: mfinkle)
References
Details
(Whiteboard: [blocking-webrtandroid1-])
Attachments
(1 file)
|
1.01 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
Steps:
1. Go to http://ed.agadak.net/app
2. Install the web app
3. Launch it
Expected:
The locationbar, personalbar, menubar, statusbar, and toolbar values should all be false in a web app.
Actual:
Those values are all true. This prevents a web app from detecting when to show navigation or not if this is true.
Comment 1•13 years ago
|
||
What are these properties and are they relevant to mobile?
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #1)
> What are these properties and are they relevant to mobile?
Location Bar: https://developer.mozilla.org/en-US/docs/DOM/window.locationbar
Menu Bar: https://developer.mozilla.org/en/DOM/window.menubar
Personal Bar: https://developer.mozilla.org/en/DOM/window.personalbar
Status Bar: https://developer.mozilla.org/en/DOM/window.statusbar
Toolbar: https://developer.mozilla.org/en/DOM/window.toolbar
The one that's relevant specifically is window.locationbar.visible - It's what we are advertising in our dev docs as a way for an app developer to detect when to show explicit navigation.
| Reporter | ||
Updated•13 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 3•13 years ago
|
||
Looks like we could make the same change here:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/components/BrowserCLH.js#103
Just need to change the flags based on "pinned"
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [blocking-webrtandroid1-]
| Assignee | ||
Comment 4•13 years ago
|
||
This patch simply controls adding "all" to the openWindow flags.
Assignee: nobody → mark.finkle
Attachment #670541 -
Flags: review?(wjohnston)
Updated•13 years ago
|
Attachment #670541 -
Flags: review?(wjohnston) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
| Reporter | ||
Updated•13 years ago
|
status-firefox17:
--- → affected
status-firefox18:
--- → affected
| Reporter | ||
Updated•13 years ago
|
Comment 7•13 years ago
|
||
Verified fixed on:
-build: Firefox for Android 22.0a1 (2013-03-15)
-device: Acer Iconia A500
-OS: Android 3.2.1
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
•