Closed
Bug 1368024
Opened 8 years ago
Closed 8 years ago
Web Apps - Fall back to 'name' when 'short_name' is missing
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P1)
Tracking
(firefox55 affected, firefox58 verified)
VERIFIED
FIXED
Firefox 58
People
(Reporter: ohorvath, Assigned: cnevinchen)
References
Details
(Whiteboard: [FNC][SPT58.2][MVP][pwa-front-end])
Attachments
(1 file)
Devices:
-Huawei Honor 8 (Android 6.0);
-HTC Nexus 9 (Android 7.1.1);
Build: Nightly 55.0a1 (2017-05-24);
Steps to reproduce:
1. Install https://podle.audio/v7/ or paperplanes.world as PWA.
2. Check the PWA's title on the home screen.
Expected result:
The title should be the one found in the manifest file. Both apps have names specified in the manifest.
Actual result:
Both apps have names specified in the manifest, but they are installed with the url instead of a name.
Notes:
Not reproducing on Chrome.
| Reporter | ||
Updated•8 years ago
|
status-firefox55:
--- → affected
Updated•8 years ago
|
Assignee: nobody → dale
Comment 1•8 years ago
|
||
Information from IRC, root cause is: "we only use short_name then fall back to url, we should short_name || name || start_url ".
I can reproduce this. Needs fixed. Wesly can you get an assignee?
Flags: needinfo?(wehuang)
Priority: -- → P1
Summary: Web Apps - Some web apps have an URL instead of title → Web Apps - Fall back to 'name' when 'short_name' is missing
Comment 4•8 years ago
|
||
let's see if we can get this done in the 58 Nightly cycle.
If not all the PWA frontend work in 58 nightly, then need to prioritize it with Joe/Andreas.
Flags: needinfo?(wehuang) → needinfo?(cnevinchen)
Updated•8 years ago
|
Whiteboard: [pwa-front-end]
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → cnevinchen
Flags: needinfo?(cnevinchen)
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8915488 -
Flags: review?(dharvey)
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8915488 [details]
Bug 1368024 - Fall back to 'name' when 'short_name' is missing.
https://reviewboard.mozilla.org/r/186704/#review192216
Looks good cheers
Attachment #8915488 -
Flags: review?(dharvey) → review+
| Reporter | ||
Updated•8 years ago
|
Blocks: progressive-apps
Pushed by nechen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c879c334aa29
Fall back to 'name' when 'short_name' is missing. r=daleharvey
Comment 8•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•8 years ago
|
Whiteboard: [pwa-front-end] → [FNC][SPT58.2][MVP][pwa-front-end]
Comment 9•8 years ago
|
||
Verified using the steps in Comment 0. The name is properly displayed now.
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
•