www.culturepsg.com - The links under the "NEWS" section do not work
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Score:1, Webcompat Priority:P1, firefox138 affected, firefox139 affected, firefox140 affected)
People
(Reporter: ctanase, Assigned: twisniewski)
References
()
Details
(4 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:android impact:workflow-broken configuration:general affects:all branch:release diagnosis-team:layout user-impact-score:800
Attachments
(2 files)
Environment:
Operating system: Android 15
Firefox version: Firefox Mobile 137.0/138/140
Steps to reproduce:
- Go to https://www.culturepsg.com/
- Scroll down to "NEWS" section.
- Tap on any of the links below.
Expected Behavior:
Redirects to the coresponding article.
Actual Behavior:
Nothing happens.
Notes:
- Does not reproduce on Desktop
- 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/154290
Reporter | ||
Updated•3 months ago
|
Reporter | ||
Comment 1•3 months ago
|
||
Comment 2•3 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 3•3 months ago
|
||
There's something overlaying the text, I think, because I can't even highlight text. Sadly, my remote debugging just broke during the triage meeting, so I'll just assign the layout team. :)
Assignee | ||
Comment 4•3 months ago
|
||
In our diagnosis meeting, we can reproduce in the response design mode (single "taps" on the News links are ignored).
I saw an "element.setCapture" deprecation warnings when I tap, and upon further investigating I see they are using NiceScroll.
We did some more diagnosis, and they're using an old version which has this code:
if (cap.cantouch && (cap.ismozilla && !cap.isios)) { // where ismozilla = 'MozAppearance' in domtest.style;
this.istouchcapable = true;
cap.cantouch = false
}
We saw that the latest version of NiceScroll seems to no longer have this code, so the site should update it.
We can also probably make an intervention here, too.
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 5•3 months ago
|
||
Updated•3 months ago
|
Comment 7•3 months ago
|
||
bugherder |
Assignee | ||
Updated•3 months ago
|
Updated•2 months ago
|
Description
•