Closed
Bug 1919706
Opened 11 months ago
Closed 11 months ago
FullscreenFeature does not immediately update it's isFullScreen property
Categories
(Firefox for Android :: Media, defect)
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
Details
Attachments
(1 file)
Seen while investigating bug 1918757.
The isFullScreen
of FullscreenFeature
property which should closely match the fullScreen
property of ContentState
does not immediately do this but only after informing through callback that the fullscreen status has changed.
If in that moment other app features query isFullScreen
they would get the old value, not the new one.
Assignee | ||
Comment 1•11 months ago
|
||
Previously if evaluating isFullscreen
inside FullScreenFeature's fullScreenChanged
callback
we would get the old value and not the current status of the tab.
This change fixes that.
Pushed by plingurar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/441d58bc31f5
Update FullScreenFeature to more eagerly update it's `isFullscreen` property r=android-reviewers,Roger
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•