Open Bug 1896349 Opened 1 year ago Updated 5 months ago

vivaldi.com - Text selection not functional

Categories

(Web Compatibility :: Site Reports, defect, P3)

Tracking

(Webcompat Score:1, Webcompat Priority:P3, firefox133 fixed)

REOPENED
Webcompat Score 1
Webcompat Priority P3
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:

  1. Access https://vivaldi.com/blog/technology/vivaldi-wont-allow-a-machine-to-lie-to-you/
  2. 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

Severity: -- → S3
User Story: (updated)
Priority: P3 → P2
      ::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.

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: nobody → twisniewski
Status: NEW → ASSIGNED
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
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Status: RESOLVED → REOPENED
Priority: P2 → P3
Resolution: FIXED → ---
Webcompat Priority: --- → P3
User Story: (updated)
Webcompat Score: --- → 3
Webcompat Score: 3 → 1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: