Cursor does not change to the hand icon on the upper-left part of PiP first time toggle
Categories
(Toolkit :: Picture-in-Picture, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox111 | --- | unaffected |
firefox112 | --- | wontfix |
firefox113 | --- | verified |
People
(Reporter: pmagyari, Assigned: kpatenio)
References
(Regressed 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-pip3])
Attachments
(1 file)
Found in
- Firefox Beta 112.0b5
Affected versions
- Firefox Nightly 112.0a1
Unaffected versions
- Firefox Release/ESR
Affected platforms
- Windows 10
- MacOS 12
- Ubuntu 22.04
Steps to reproduce
- Open Firefox using a new profile.
- Navigate to https://www.youtube.com/watch?v=9nF0K2nJ7N8
- Hover over the PiP-first time toggle.
Expected result
- The cursor changes to the "hand" icon over the whole surface of the expanded PiP toggle.
Actual result
- The cursor does not change to the "hand" icon on the upper-left part of the PiP toggle.
Regression range
- Will look for a regression-range ASAP.
Reporter | ||
Comment 1•2 years ago
|
||
Regression range
Seems like the issue was introduced by Bug 1811312.
Katherine, could you take a look?
After putting all pip-toggle related styles into pipToggle.css
, it's possible that changing various rules made existing pointer-events properties override each other. It should be a matter if adjusting the pointer-events
for pip-expanded
and pip-explainer
.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Backed out for causing browser-chrome failures in toolkit/components/pictureinpicture/tests/browser_toggleMode_2.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/7a0811032883802ae54b961fae5a31788a1ab3ce
Removing pointer-events
very likely contributed to the failures. I updated the patch to revert those changes.
Comment 8•2 years ago
|
||
bugherder |
Comment 9•2 years ago
|
||
The patch landed in nightly and beta is affected.
:kpatenio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox112
towontfix
.
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Reporter | ||
Comment 10•2 years ago
|
||
I have verified the fix using Firefox Beta 113.0b2 on MacOS 11.6, Windows 10 and Ubuntu 20.04.
Reporter | ||
Comment 11•2 years ago
•
|
||
After some further testing, it looks like it has been indeed fixed on Youtube, but now the cursor does not change to the hand icon at all while hovering over the first-time-PiP toggle on several different media platforms like Netflix/Hulu/Twitch/Dailymotion. Should I log a separate bug for those or should we re-open this one?
Assignee | ||
Comment 12•2 years ago
|
||
(In reply to Peter Magyari (Desktop QA) from comment #11)
After some further testing, it looks like it has been indeed fixed on Youtube, but now the cursor does not change to the hand icon at all while hovering over the first-time-PiP toggle on several different media platforms like Netflix/Hulu/Twitch/Dailymotion. Should I log a separate bug for those or should we re-open this one?
Hi Peter, thanks for verifying this fix. It sounds like this new issue applies to only those sites, so I say let's file a separate bug.
Description
•