Open Bug 1770028 Opened 2 years ago Updated 2 years ago

Transitioning between system colors in HCM mode doesn't work

Categories

(Core :: CSS Parsing and Computation, defect, P3)

defect

Tracking

()

People

(Reporter: itiel_yn8, Unassigned)

References

(Blocks 1 open bug)

Details

I don't have a test case, but this can be tested by applying this patch:
https://phabricator.services.mozilla.com/D146722
(unless this already landed by the time this bug gets looked at of course)

This is the code I've used:

.toolbar {
    transition-property: border-color, box-shadow;
    transition-duration: 250ms;
  }

The border colors are changing from CanvasText to Canvas and vice versa.
Note that this does work with the same colors when NOT in HCM mode.

Summary: Transitioning between 2 border colors in HCM doesn't work → Transitioning between 2 HCM border colors in HCM mode doesn't work
Blocks: hcm
Severity: -- → S3
Priority: -- → P3
Summary: Transitioning between 2 HCM border colors in HCM mode doesn't work → Transitioning between system colors in HCM mode doesn't work

Note that the transition between system colors does work in FF HCM, but not on OS HCM.

You need to log in before you can comment on or make changes to this bug.