Closed
Bug 764753
Opened 13 years ago
Closed 13 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)
|
711 bytes,
text/html
|
Details | |
|
1.83 KB,
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•13 years ago
|
||
I guess bug 757791 is related.
| Assignee | ||
Comment 2•13 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•13 years ago
|
| Assignee | ||
Updated•13 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•13 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•13 years ago
|
status-firefox14:
--- → wontfix
status-firefox15:
--- → affected
status-firefox16:
--- → affected
tracking-firefox15:
--- → ?
Updated•13 years ago
|
Attachment #635238 -
Flags: review?(bugs) → review+
| Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla16
| Assignee | ||
Updated•13 years ago
|
Attachment #635238 -
Flags: checkin+
| Assignee | ||
Comment 4•13 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•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
status-firefox16:
affected → ---
Updated•13 years ago
|
Comment 6•13 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•13 years ago
|
status-firefox13:
--- → unaffected
status-firefox16:
--- → fixed
Target Milestone: mozilla16 → mozilla15
| Assignee | ||
Comment 7•13 years ago
|
||
Comment 8•13 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•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•