Closed
Bug 1140164
Opened 10 years ago
Closed 10 years ago
[STK] LAUNCH_BROWSER confirm message is not displayed if icon is self explanatory
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:2.2+)
RESOLVED
DUPLICATE
of bug 1140153
blocking-b2g | 2.2+ |
People
(Reporter: anshulj, Unassigned)
Details
(Whiteboard: [caf priority: p2][CR 804219])
Observed:LAUNCH_BROWSER confirm message is not displayed if icon is self explanatory
Expected: Confirm message should still be displayed with just an icon if the icon is self explanatory.
The root cause of the issue is that showURL function in icc.js at [1] only checks for text to be available before displaying the confirm message. Adding a (icons != null) check fixes the issue.
[1] http://lxr.mozilla.org/gaia/source/apps/system/js/icc.js#530
Updated•10 years ago
|
Whiteboard: [CR 804219]
Updated•10 years ago
|
Whiteboard: [CR 804219] → [caf priority: p2][CR 804219]
Blocks: CAF-v3.0-FL-metabug
No longer blocks: CAF-v3.0-FL-metabug
Comment 2•10 years ago
|
||
Is this a cert blocker or does it block CAF testing?
Flags: needinfo?(anshulj)
Wesley technically this breaks the spec so yes a cert blocker.
Flags: needinfo?(anshulj)
The fix for bug 1140153 also fixes this issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Flags: needinfo?(frsela)
Updated•10 years ago
|
No longer blocks: CAF-v2.2-metabug
Updated•10 years ago
|
Blocks: CAF-v2.2-metabug
Updated•10 years ago
|
No longer blocks: CAF-v2.2-metabug
Updated•10 years ago
|
Blocks: CAF-v2.2-metabug
Updated•10 years ago
|
No longer blocks: CAF-v2.2-metabug
You need to log in
before you can comment on or make changes to this bug.
Description
•