www.port8.fi - Scrolling is not possible (works with Chromium user-agent)
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox-esr115 unaffected, firefox-esr128 unaffected, firefox133+ wontfix, firefox134+ wontfix, firefox135+ wontfix, firefox136 wontfix)
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox133 | + | wontfix |
| firefox134 | + | wontfix |
| firefox135 | + | wontfix |
| firefox136 | --- | wontfix |
People
(Reporter: rbucata, Assigned: twisniewski)
References
(Regression, )
Details
(5 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release user-impact-score:0 diagnosis-team:webcompat
Attachments
(2 files)
Environment:
Operating system: Android 15
Firefox version: Firefox Mobile 133.0
Steps to reproduce:
- Navigate to: https://www.port8.fi/bokning/
- Attempt to scroll the page and observe
Expected Behavior:
Scrolling is functional
Actual Behavior:
Nothing happens
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/144604
| Reporter | ||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
I can reproduce the issue on Nightly135.0a1 Windows11 if browser window is the minimum width.
Regression window:
Comment 3•1 year ago
|
||
:emilio, since you are the author of the regressor, bug 1923201, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 4•1 year ago
|
||
This is unlikely to be a layout bug, the site works correctly with a Chrome UA.
Ah, the site has:
@media (max-width: 959px) {
html.firefox .row div[class*=col-lg-].pos-bottom,
html.firefox .row div[class*=col-lg-].pos-middle {
height: inherit !important;
}
}
That would do.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 5•1 year ago
|
||
The bug is marked as tracked for firefox133 (release), tracked for firefox134 (beta) and tracked for firefox135 (nightly). However, the bug still isn't assigned.
:twisniewski, could you please find an assignee for this tracked bug? Given that it is a regression and we know the cause, we could also simply backout the regressor. If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
| Reporter | ||
Comment 6•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
Updated•1 year ago
|
Comment 9•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Are we planning to ship this intervention in 134?
| Assignee | ||
Comment 11•1 year ago
|
||
I'm not against uplifting it if we feel strongly enough to do so, but I was not planning to do so.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•9 months ago
|
Updated•4 months ago
|
Comment 12•3 months ago
•
|
||
(In reply to Emilio Cobos Álvarez [:emilio] from comment #4)
This is unlikely to be a layout bug, the site works correctly with a Chrome UA.
Ah, the site has:
@media (max-width: 959px) { html.firefox .row div[class*=col-lg-].pos-bottom, html.firefox .row div[class*=col-lg-].pos-middle { height: inherit !important; } }
Notably, Chrome reproduces the same issue (site can't be scrolled) if I copypaste the <html class="..."> attribute over from the page's DOM in Firefox into the page's DOM in Chrome (the most important part being the firefox class name, which is what makes that^ CSS rule apply).
So: this is a case where we're entirely interoperable with Chrome, and the site just happens to be serving broken CSS to browsers-that-claim-to-be-Firefox. (And the broken CSS happened to work in the past, but it stopped working when we landed bug 1923201 and took a step closer to interoperability, which is why this manifested as a regression.)
--> Adding webcompat:site-bug to reflect this.
Description
•