Open Bug 1755188 Opened 4 years ago Updated 4 years ago

pinch zoom on picture in picture pip window no longer works

Categories

(Toolkit :: Picture-in-Picture, defect, P3)

defect

Tracking

()

Tracking Status
firefox-esr91 --- unaffected
firefox97 --- wontfix
firefox98 --- wontfix
firefox99 --- wontfix
firefox100 --- wontfix
firefox101 --- wontfix

People

(Reporter: tnikkel, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Open a video in picture in picture window.
Try to pinch zoom the picture in picture window. It longer works.
(Note when testing: the window needs to have focus for pinch zoom to work in general.)

regression range
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=e8d0c3d85c48bc793ee27bcc9fbd3bcde819781f&tochange=f54686ba4658c194aaeeae3d472c24ab72f5764a
-> bug 1747409

Flags: needinfo?(emilio)
Severity: -- → S3

What OS is this on? I can't pinch-zoom the PIP window on Windows, even before that patch (tried 88 from mozregression, and confirmed that I can pinch-zoom regular windows).

Flags: needinfo?(emilio) → needinfo?(tnikkel)

macOS

Flags: needinfo?(tnikkel)

Set release status flags based on info from the regressing bug 1747409

Has Regression Range: --- → yes

Interesting, I see the same thing on Windows (never being able to pinch zoom the pip window). It's a little unusual, but sometimes it's nice to zoom in on the video to see something briefly.

Anyways, this is an issue with the front-end. This div is styled to cover over the remote <browser>, so the fact that hit-testing wasn't hitting it was a bug.

If I remove that <div> or make it pointer-events: none or so I can pinch-zoom it again.

Component: Graphics: WebRender → Picture-in-Picture
Product: Core → Toolkit
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.