lykahb / sticky-ducky

A browser extension that cleans pages of the sticky elements and shows them when needed. Fast and simple.
Other
19 stars 4 forks source link

Chrome does not reflect CSS changes until cursor hovers over viewport #4

Open lykahb opened 6 years ago

lykahb commented 6 years ago

This is a browser issue https://github.com/livereload/livereload-extensions/issues/26 This ticket is to document the behavior and investigate workarounds.

How to reproduce:

  1. Open a new tab in Chrome.
  2. Paste a url pointing to a website with sticky elements.
  3. Without moving the pointer, scroll down with the PgDn or Space.
  4. Sticky Ducky injects the styles to hide the sticky elements. Observe that they are not hidden.
  5. Move the pointer. The stylesheet changes get applied by Chrome.