www.sofascore.com - Text/content selection via mouse is not functioning on the page
Categories
(Web Compatibility :: Site Reports, defect, P2)
Tracking
(Webcompat Priority:P2, Webcompat Score:6, firefox151 affected, firefox152 affected, firefox153 affected, firefox154 verified)
People
(Reporter: bfarkas, Unassigned)
References
()
Details
(Keywords: webcompat:platform-bug, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs][webcompat:sightline][webcompat:core])
User Story
user-impact-score:300 platform:windows,mac,linux impact:annoyance configuration:general affects:all branch:release diagnosis-team:dom
Attachments
(2 files)
Environment:
Operating system: Linux / Windows 10
Firefox version: Firefox 151.0 / Firefox Nightly 153.0a1 (2026-05-28)
Steps to reproduce:
- Access: https://www.sofascore.com/
- Attempt to select any text/content with the mouse
- Observe the page
Expected Behavior:
Text/content can be selected accordingly
Actual Behavior:
Text/content selection via mouse is not functioning
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/222520
| 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.
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•2 months ago
|
Comment 3•2 months ago
|
||
I can also reproduce this.
After attempting to select any text/content with the mouse (or press ctrl+a), there is no selection highlight.
But selection API seems have valid range and pressing Ctrl+V also copy the content into clipboard.
So it looks like selection works but something is causing the selection highlight to stop working.
Comment 4•2 months ago
|
||
Hmm the problem here is the style ::selection { background-color: revert; }. Probably Chrome is right that this should use the default selection background color.
Emilio, could you take a look at this (or pass it to someone else)? :)
Updated•2 months ago
|
Comment 5•2 months ago
|
||
Well... background-color: revert is basically background-color: transparent if there are no other rules, right?
Jan has been the one looking at highlight painting recently. Bug 2029839 is related, if we removed this chunk then this would be fixed... Jan, any strong opinions either way?
Comment 6•2 months ago
|
||
Worth trying it out, I r+’d the patch.
Comment 7•1 month ago
|
||
This works now.
Comment 8•16 days ago
•
|
||
Verified as FIXED using the RC Build
Tested with:
Browser / Version: Firefox 154.0-candidate build 1
Operating System: Windows 10 PRO x64
Updated•16 days ago
|
Description
•