DmitriK / darkContrast

Firefox addon that fixes low contrast text when using dark desktop theme
MIT License
63 stars 3 forks source link

gerrit #43

Open tmmorin opened 6 years ago

tmmorin commented 6 years ago

The web frontend of the gerrit tool does not look ok with this extension.

Example at https://review.openstack.org The text box at the top right corner is white on white in my firefox.

DmitriK commented 6 years ago

I can reproduce this. It's something to do with the dynamic loading of the site; I think gerrit is un-assigning classes styles after the page load, but my extension has already run, so the final result on that button is not correct. I was able to get the extension to behave right if I added a 400ms+ delay in the settings, which gives some time for the page to load completely.

I'll see if it's something I can catch and fix.

tmmorin commented 6 years ago

This workaround works for me as well.