m-khvoinitsky / dark-background-light-text-extension

Firefox addon that turns every page colors into "light text on dark background"
Mozilla Public License 2.0
361 stars 28 forks source link

lost focus(focus ring) on a link after browser back #342

Open alice0775 opened 1 year ago

alice0775 commented 1 year ago

Steps to reproduce:

1.Install 'Dark Background and Light Text' extension from https://addons.mozilla.org/ja/firefox/addon/dark-background-light-text/ 2.Open web page ( e.g. https://ftp.mozilla.org/pub/firefox/nightly/ ) 3.Press [Tab] key several times to focus a link ( e.g. 2005/ ), so that a focus ring will appear around "2005/". 4.Press [Enter] key to open it 5.Press [alt+left arrow] key to browser back

Actual results: The focus ring would not appear around a link "2005/".

Expected results: A focus ring should appear(restore) around a link "2005/".

Using 'Simple CSS' instead of 'Stylesheet processor' will fix this issue.