Open
Bug 1896349
Opened 1 year ago
Updated 5 months ago
vivaldi.com - Text selection not functional
Categories
(Web Compatibility :: Site Reports, defect, P3)
Web Compatibility
Site Reports
Tracking
(Webcompat Score:1, Webcompat Priority:P3, firefox133 fixed)
REOPENED
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: azlata, Assigned: twisniewski)
References
()
Details
(Keywords: webcompat:needs-contact, webcompat:site-report, webcompat:sitepatch-applied)
User Story
platform:windows,mac,linux,android impact:significant-visual configuration:general affects:all branch:release user-impact-score:40
Attachments
(2 files)
Environment:
Operating system: Windows 10
Firefox version: Firefox 125.0.3/127.0a1 (2024-05-12)
Steps to reproduce:
- Access https://vivaldi.com/blog/technology/vivaldi-wont-allow-a-machine-to-lie-to-you/
- Try to select any text
Expected Behavior:
Text can be selected.
Actual Behavior:
Text cannot be selected.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in Firefox Nightly, Firefox Release
- Does not reproduce in Chrome
Created from https://github.com/webcompat/web-bugs/issues/136863
Reporter | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 2•11 months ago
|
||
::selection,::-moz-selection,::-webkit-selection {
text-shadow: none;
}
Chrome drops the entire rule since they don't recognize ::-moz-selection
that comes second by chance. This is a site issue (or perhaps intentional), we can try to contact them and ship an intervention.
User Story: (updated)
Assignee | ||
Comment 3•10 months ago
|
||
It's actually that the background color isn't different for text selections for whatever reason. Adding this CSS does the trick (Chrome also seems to use its defaut colors for text-selection):
::selection {
color:HighlightText;
background-color:Highlight;
}
Assignee | ||
Comment 4•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Updated•10 months ago
|
Attachment #9430049 -
Attachment description: Bug 1896349 - add CSS intervention for vivaldi.com to fix invisible text selections; r?denschub → Bug 1896349 - add a CSS intervention for vivaldi.com to fix invisible text selections; r?denschub
Pushed by twisniewski@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/43bebd5c1af3
add a CSS intervention for vivaldi.com to fix invisible text selections; r=denschub,webcompat-reviewers
Comment 6•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Assignee | ||
Updated•10 months ago
|
Status: RESOLVED → REOPENED
Keywords: webcompat:needs-sitepatch → webcompat:sitepatch-applied
Priority: P2 → P3
Resolution: FIXED → ---
Updated•6 months ago
|
Webcompat Priority: --- → P3
Assignee | ||
Updated•6 months ago
|
User Story: (updated)
Webcompat Score: --- → 3
Updated•5 months ago
|
Webcompat Score: 3 → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•