[System] Call screen orientation changes on incoming call during Youtube.com video playback
RESOLVED
FIXED
Status
People
(Reporter: leo.bugzilla.gaia, Assigned: johnhu)
Tracking
Firefox Tracking Flags
(blocking-b2g:leo+, b2g18 verified, b2g-v1.1hd fixed)
Details
(Whiteboard: [LeoVB+])
Attachments
(2 attachments)
Created attachment 771923 [details] Repro video Description: Call screen orientation changes on incoming call during Youtube.com video playback Expected: Call screen is expected to be portrait the whole time. Gaia revision: f2d6ed54a236e6e3b94f0abad9f0dacb8a1cc7b3 Personal email id: hanj.kim25@gmail.com Frequency rate: 100% Repro steps: 1. Start Youtube.com video playback. 2. Rotate the device to make it landscape. 3. Use 2nd device to call 1st device. 4. Observe the call screen rotates on incoming call.
Probably related bugs: 869335, 851642, 843390
blocking-b2g: --- → leo+
Flags: needinfo?(alive)
Comment 2•6 years ago
|
||
v1-train commit d336288e6cda1a8f974ceea41b9d7860c2367d1f I cannot reproduce this but I see the inline activity resize fails...
Flags: needinfo?(alive)
Comment 3•6 years ago
|
||
(In reply to Alive Kuo [:alive] from comment #2) > v1-train commit d336288e6cda1a8f974ceea41b9d7860c2367d1f > > I cannot reproduce this but I see the inline activity resize fails... OK I reproduced. The browser app needs to be oriented to landscape before calling video activity.
Comment 4•6 years ago
|
||
This looks to me: (1) Video activity closes itself when call-screen comes (2) gecko unlocks the orientation, which was just locked by attention_screen(to portrait-primary) It's strange why 851642 doesn't fix this.
(Assignee) | ||
Updated•6 years ago
|
Assignee: nobody → johu
(Assignee) | ||
Comment 5•6 years ago
|
||
Created attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
In stopInlineActivity, I added the code to check if attention screen is shown. If the attention screen is shown, the running app is still not visible and no need to change orientation for the displayed running app.
Attachment #771966 -
Flags: review?(alive)
Comment 6•6 years ago
|
||
Comment on attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
Good! The direction is correct but you still need to do screenElement.classList.remove('inline-activity'); when there're no inline activities.
Please fix this.
Attachment #771966 -
Flags: review?(alive)
(Assignee) | ||
Comment 7•6 years ago
|
||
Comment on attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
already fix the patch.
Attachment #771966 -
Flags: review?(alive)
Comment 8•6 years ago
|
||
Comment on attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
r- for github comment.
Attachment #771966 -
Flags: review?(alive) → review-
(Assignee) | ||
Comment 9•6 years ago
|
||
Comment on attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
change to another way of implementing this patch.
Attachment #771966 -
Flags: review- → review?(alive)
Comment 10•6 years ago
|
||
Comment on attachment 771966 [details]
prevent restore orientation when stopping inline activity and attention screen is shown
r+, thanks for your patience.
Attachment #771966 -
Flags: review?(alive) → review+
(Assignee) | ||
Comment 11•6 years ago
|
||
merged to master: https://github.com/mozilla-b2g/gaia/commit/3d6099fad24540d6eed33c2e4414f55d64d3b541
Status: NEW → RESOLVED
Last Resolved: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
status-b2g18: --- → affected
Comment 12•6 years ago
|
||
Uplifted 3d6099fad24540d6eed33c2e4414f55d64d3b541 to: v1-train: 1442e63ebffa29df7a02b1e5515d22bb44f05492
status-b2g18: affected → fixed
Comment 13•6 years ago
|
||
Verified as fixed on the Leo device on the variables below. When calling the device during youtube.com playback in Landscape mode, Portrait mode, Fullscreen video or Windowed video, all videos retain their orientation as you would expect. Environmental Variables Build ID: 20130717070237 Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/582e3a7018b0 Gaia: c506c50adaaebcf729ac3c27887ba2931ab79040 Platform Version: 18.1 RIL Version: 01.01.00.019.158
status-b2g18: fixed → verified
Comment 14•6 years ago
|
||
v1.1.0hd: 1442e63ebffa29df7a02b1e5515d22bb44f05492
status-b2g-v1.1hd: --- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•