mikeconley / myqonly

A tool for Mozillians who want to know how many reviews are in their queue in their browser.
Mozilla Public License 2.0
11 stars 13 forks source link

Firefox color theme makes text unreadable #23

Open zoepage opened 5 years ago

zoepage commented 5 years ago

I'm using https://color.firefox.com/ with a dark theme.

Enabled:

screen shot 2019-01-03 at 08 38 24

Disabled:

screen shot 2019-01-03 at 08 40 20
mikeconley commented 5 years ago

Hey @zoepage, thanks for reporting. I periodically see this too - I actually think this might be a graphics or styling platform bug... clicking and dragging the text and letting it snap back causes it to repaint in the right colours.

zoepage commented 5 years ago

Interesting. Might be worth filing a bug. I'll ping @emilio first. :)

Thanks!

emilio commented 5 years ago

Is it transitioning background color by any chance? Sounds unsurprisingly similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1513522.

I bet it doesn't repro with WebRender enabled or with the background-color omta animation pref disabled.

If that's the case, please do file a bug blocking https://bugzilla.mozilla.org/show_bug.cgi?id=1504065.

emilio commented 5 years ago

/cc @hiikezoe

hiikezoe commented 5 years ago

Are you guys on Nightly, right? This is probably the same issue as bug 1513522 as Emilio mentioning. I suspect we fail to query the animated background-color value in a certain condition.