Closed
Bug 977450
Opened 11 years ago
Closed 11 years ago
[WebApp][Manifest] Use "chrome": { "navigation": false } in app manifest makes a packaged app's chrome visible
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed)
| Tracking | Status | |
|---|---|---|
| b2g-v1.4 | --- | fixed |
People
(Reporter: Omega, Assigned: alive)
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(2 files)
[Steps To Reproduce]
1. Use "chrome": { "navigation": false } in app manifest
2. Package the app
3. Install the app
4. Launch the app
[Actual Result]
The chrome is visible
[Expected Result]
The chrome is invisible
Device: Hamachi
OS Version: 1.4.0.0-prerelease
Platform Version: 30.0a1
Build Identifier: 20140226040201
Comment 1•11 years ago
|
||
Well that's definitely not right. Can you include a test case here? I want to understand if this is known or a regression.
Updated•11 years ago
|
Component: Gaia::System::Browser Chrome → Gaia::System
| Reporter | ||
Comment 2•11 years ago
|
||
Installing this test app on 1.3 or earlier version, there is no chrome.
But installing on 1.4, the chrome appears unexpectedly.
Device: Hamachi
OS Version: 1.4.0.0-prerelease
Platform Version: 30.0a1
Build Identifier: 20140226040201
Updated•11 years ago
|
blocking-b2g: --- → 1.4?
Keywords: regression,
regressionwindow-wanted
Comment 3•11 years ago
|
||
Ben, Alive, any idea whats going on here?
Flags: needinfo?(bfrancis)
Flags: needinfo?(alive)
Updated•11 years ago
|
Whiteboard: [systemsfe]
Updated•11 years ago
|
blocking-b2g: 1.4? → 1.4+
| Assignee | ||
Comment 5•11 years ago
|
||
Do not instantiate AppChrome if navigation is false.
I feel I should check 'chrome.title' as well but we don't have official naming for that so let it be.
Attachment #8385082 -
Flags: review?(etienne)
Updated•11 years ago
|
Keywords: regressionwindow-wanted
Updated•11 years ago
|
Attachment #8385082 -
Flags: review?(etienne) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Flags: needinfo?(bfrancis)
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
Target Milestone: --- → 1.4 S3 (14mar)
You need to log in
before you can comment on or make changes to this bug.
Description
•