Closed
Bug 928405
Opened 11 years ago
Closed 11 years ago
Reset :hover state when the application is sent to the background
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
Attachments
(1 file, 1 obsolete file)
4.20 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → 21
Attachment #819029 -
Flags: review?(fabrice)
Assignee | ||
Comment 2•11 years ago
|
||
Same idea but covering more cases.
Attachment #819029 -
Attachment is obsolete: true
Attachment #819029 -
Flags: review?(fabrice)
Attachment #819066 -
Flags: review?(fabrice)
Comment 3•11 years ago
|
||
Comment on attachment 819066 [details] [diff] [review]
reset.hover.state.when.hidden.patch
Review of attachment 819066 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/browser-element/BrowserElementPanning.js
@@ +597,5 @@
>
> + _recvVisibilityChange: function(evt) {
> + let doc = evt.target;
> + if (!doc.hidden)
> + return;
nit: if (!evt.target.hidden) {
return;
}
Attachment #819066 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•