Closed Bug 1689120 Opened 3 years ago Closed 3 years ago

Improper highlight selection contrast on hypem.com

Categories

(Core :: Layout, defect)

defect

Tracking

()

RESOLVED INVALID
Tracking Status
firefox-esr78 --- wontfix
firefox84 --- wontfix
firefox85 --- wontfix
firefox86 --- fix-optional
firefox87 --- fix-optional

People

(Reporter: asoncutean, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 file)

Attached image screencast issue.gif

Affected versions

  • 85.0
  • 86.0b2
  • 87.0a1 (2021-01-27)

Affected platforms

  • Windows 10
  • macOS 10.11
  • Ubuntu 18.04

Steps to reproduce

  1. Go to https://hypem.com/latest
  2. Select the name of the song on the bottom of the page or buttons from footer or header

Expected result

  • Selected text is visible

Actual result

  • The yellow highlight makes the selection indiscernible

Regression range

Has Regression Range: --- → yes
Has STR: --- → yes

Probably "regressed" by unprefixing :-moz-selection in bug 509958.

This isn't a Firefox frontend bug, it's probably just a web compat issue, though I don't know off-hand why the behaviour is different from Chrome. Perhaps layout folks can have a look.

Component: Theme → Layout
Product: Firefox → Core
See Also: → 509958

Blerg, so that page has:

::-moz-selection,
::selection {
  background: #ff9;
}

And of course chrome doesn't parse the ::-moz-selection selector, so that rule doesn't apply and chrome uses the default selection color. I contacted the page. Lacking that there's not much to do here.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: