Closed
Bug 764753
Opened 12 years ago
Closed 12 years ago
Screen orientation isn't unlocked when the document is left without explicitly exiting fullscreen
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla15
Tracking | Status | |
---|---|---|
firefox13 | --- | unaffected |
firefox14 | --- | wontfix |
firefox15 | + | verified |
firefox16 | --- | verified |
People
(Reporter: martijn.martijn, Assigned: mounir)
References
Details
(Keywords: mobile, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
smaug
:
review+
akeybl
:
approval-mozilla-aurora+
mounir
:
checkin+
|
Details | Diff | Splinter Review |
See testcase, when tapping on the portrait or landscape button, you have locked Fennec to landscape/portrait mode, which should not be possible.
Reporter | ||
Comment 1•12 years ago
|
||
I guess bug 757791 is related.
Assignee | ||
Comment 2•12 years ago
|
||
(In reply to Martijn Wargers [:mw22] (QA - IRC nick: mw22) from comment #1)
> I guess bug 757791 is related.
No. I think the issue here is that reload() should unlock the screen but doesn't do that. I will try to have a look when I will find time to solve my link issue on Android.
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Component: General → DOM
OS: Android → All
Product: Fennec Native → Core
QA Contact: general → general
Hardware: ARM → All
Summary: Can lock screen in portrait/landscape mode in this case using mozRequestFullScreen() → Screen orientation isn't unlocked when the document is left without explicitly exiting fullscreen
Assignee | ||
Comment 3•12 years ago
|
||
This should fix it.
I have a patch that will make sure that unlock() is a no-op if the screen isn't currently locked (in Android backend).
Assignee | ||
Updated•12 years ago
|
status-firefox14:
--- → wontfix
status-firefox15:
--- → affected
status-firefox16:
--- → affected
tracking-firefox15:
--- → ?
Updated•12 years ago
|
Attachment #635238 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → mozilla16
Assignee | ||
Updated•12 years ago
|
Attachment #635238 -
Flags: checkin+
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 635238 [details] [diff] [review]
Patch v1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 740188
User impact if declined: when navigating to a page using screen lock, Firefox might be stuck to the same orientation with the only salvation being restarting Firefox
Risk to taking this patch (and alternatives if risky): only regressions in screen lock features, unlikely worse than keeping this bug
String or UUID changes made by this patch: none
Attachment #635238 -
Flags: approval-mozilla-aurora?
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
status-firefox16:
affected → ---
Updated•12 years ago
|
Comment 6•12 years ago
|
||
Comment on attachment 635238 [details] [diff] [review]
Patch v1
[Triage Comment]
Early enough in the cycle that I expect to find regressions prior to release. Approving for Aurora 15.
Attachment #635238 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Updated•12 years ago
|
status-firefox13:
--- → unaffected
status-firefox16:
--- → fixed
Target Milestone: mozilla16 → mozilla15
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Verified/fixed on:
Nightly Fennec 16.0a1 (2012-07-08)
Aurora Fennec 15.0a2 (2012-07-08)
Using:
HTC Desire Z (2.3.3)
The issue in the bug is not reproducible and the test case in the bug works correctly.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•