Closed
Bug 1919701
Opened 5 months ago
Closed 5 months ago
The site which was fixed by bug 1753019 was regressed by bug 1874199
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | wontfix |
firefox130 | --- | wontfix |
firefox131 | --- | wontfix |
firefox132 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR;
- Load https://thefinterest.kinsta.cloud/p/asjalska/ on GeckoView example or on Fenix
- Close the cookie banner
- Scroll down to hide the dynamic toolbar
- Click the position:sticky button labeled "Περιεχόμενα" at the bottom of the viewport
Assignee | ||
Comment 1•5 months ago
|
||
Since bug 1874199 ReferenceFrame for each sticky element doesn't have
the animation id, rather StickyFrame does store it. Thus during hit-testing
the id wasn't found.
Updated•5 months ago
|
Assignee: nobody → hikezoe.birchill
Status: NEW → ASSIGNED
Comment 2•5 months ago
|
||
Set release status flags based on info from the regressing bug 1874199
status-firefox130:
--- → affected
status-firefox131:
--- → affected
status-firefox132:
--- → affected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → affected
Updated•5 months ago
|
Flags: in-testsuite+
Comment 3•5 months ago
|
||
Assuming this is wontfix for 131, which is about to go to release.
hiro: it looks like we've got a r+'d patch here. Would you like to land, after the soft-freeze window lifts (for Nightly 133, in a few days)?
And do you think this is worth trying to uplift early in the beta132 cycle, or should we consider this wontfix for 132?
Flags: needinfo?(hikezoe.birchill)
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1308a3713096
Set the animation id for hit-testing on sticky element stuck to the root scroll container. r=botond,dlrobertson,geckoview-reviewers,ohall
Assignee | ||
Comment 5•5 months ago
|
||
I now landed the patch, it will ride on 132 train in time? If it's not, I am not going to uplift it to beta. Let's see.
Flags: needinfo?(hikezoe.birchill)
Comment 6•5 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•