Closed
Bug 739578
Opened 14 years ago
Closed 13 years ago
Tabs menu triggers mozvisibilitychange event
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 -)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking-fennec1.0 | --- | - |
People
(Reporter: martijn.martijn, Unassigned)
References
()
Details
(Keywords: testcase)
This is probably related to bug 738248.
See https://bugzilla.mozilla.org/attachment.cgi?id=604984 (testcase from bug 734908).
Steps to reproduce:
- Make sure you have 2 or more tabs open
- Tap on the tabs switcher button
- Tap on the Android back button
Expected result:
On the page:
'
document.mozVisibilityState:visible
document.mozHidden:false
'
Actual result:
On the page:
'
document.mozVisibilityState:visible
document.mozHidden:false
document.mozVisibilityState:hidden
document.mozHidden:true
document.mozVisibilityState:visible
document.mozHidden:false
'
Tapping on the url bar, then tapping on the Android back button doesn't seem to trigger this.
Tested on the Samsung Galaxy Nexus, Android 4.0.2.
Updated•14 years ago
|
blocking-fennec1.0: --- → ?
Comment 1•13 years ago
|
||
This might not happen anymore as Tabs-menu is a part of GeckoApp now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
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
•