Closed
Bug 1682200
Opened 4 years ago
Closed 4 years ago
hit testing fails on OOP iframe contents with desktop zooming
Categories
(Core :: Panning and Zooming, defect, P2)
Core
Panning and Zooming
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
This is possibly another variant of bug 1682197.
STR;
- Open https://bug1682197.bmoattachments.org/attachment.cgi?id=9192951 with enabling Fission on WebRender
- Pinch zoom in
- Click the Button inside the OOP iframe
You will NOT see "type: mousedown" event or some such.
Interestingly, for hit testing the button looks like being positioned as if the iframe content is shifted just like the non WebRender case (bug 1682197).
So, the content is visually placed properly, not placed properly for hit testing on WebRender.
Comment 1•4 years ago
|
||
Tracking for Fission M6c milestone because APZ hit testing bugs are important.
Severity: -- → S3
Fission Milestone: --- → M6c
Priority: -- → P2
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
I just pushed a patch to fix this issue, but I still need to write automated tests for nested iframe case.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → hikezoe.birchill
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9194301 -
Attachment description: Bug 1682200 - Apply the top level resolution for iframes in the same process of the top level document. → Bug 1682200 - Apply the top level resolution for iframes in the same process of the top level document. r?botond
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca22cb4986e6
Apply the top level resolution for iframes in the same process of the top level document. r=botond
Comment 6•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•