Closed
Bug 735517
Opened 13 years ago
Closed 13 years ago
Web Apps icon always appears when other popup notifications appear
Categories
(Firefox Graveyard :: Web Apps, defect)
Firefox Graveyard
Web Apps
Tracking
(firefox13 verified)
VERIFIED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
firefox13 | --- | verified |
People
(Reporter: tetsuharu, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
fabrice
:
review+
dao
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Enviroment:
Windows 7 (x64)
http://hg.mozilla.org/mozilla-central/rev/8d1c74566a0b
STR:
Show popup notification. (e.g. http://maps.google.com/ 's geolocation)
Result:
Show web app notification icon.
This bug is caused by http://hg.mozilla.org/mozilla-central/rev/374977a5f8c6.
So the following code is wrong. This element's class attribute should be "notification-anchor-icon".
/browser/base/content/browser.xul
<image id="webapps-notification-icon" class="webapps-anchor-icon" role="button"/>
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Attachment #605591 -
Attachment is obsolete: true
Updated•13 years ago
|
Attachment #605592 -
Flags: review+
Comment 3•13 years ago
|
||
nice catch!
Updated•13 years ago
|
Keywords: checkin-needed
Reporter | ||
Updated•13 years ago
|
Keywords: regression
Updated•13 years ago
|
Summary: Show always Web Apps icon when showing popup notification. → Web Apps icon always appears when other popup notifications appear
Updated•13 years ago
|
Keywords: checkin-needed
Updated•13 years ago
|
Attachment #605592 -
Flags: review+
Comment 5•13 years ago
|
||
Thanks Ohzeki.
http://hg.mozilla.org/mozilla-central/rev/629298cfd480
Status: NEW → RESOLVED
Closed: 13 years ago
Component: General → Web Apps
OS: Windows 7 → All
QA Contact: general → webapps
Hardware: x86_64 → All
Resolution: --- → FIXED
Comment 6•13 years ago
|
||
Comment on attachment 605592 [details] [diff] [review]
proposed patch
[Approval Request Comment]
This bug is present in Aurora since it landed before the uplift yesterday. Simple patch to fix the webapps icon showing during unrelated popup notifications
Attachment #605592 -
Flags: approval-mozilla-aurora?
Comment 7•13 years ago
|
||
Comment on attachment 605592 [details] [diff] [review]
proposed patch
[Triage Comment]
Low risk fix in support of webapp notifications. Approved for Aurora 13.
Attachment #605592 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•13 years ago
|
||
Comment 10•13 years ago
|
||
Also verified on Aurora.
Updated•13 years ago
|
status-firefox13:
--- → verified
Target Milestone: --- → Firefox 14
Updated•13 years ago
|
Flags: in-moztrap?(jsmith)
Updated•12 years ago
|
QA Contact: jsmith
Updated•12 years ago
|
Flags: in-moztrap?(jsmith) → in-moztrap-
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•