Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
    • ThibG's avatar
      Fix manual scrolling issue on Firefox/Windows (#12648) · dc0750ab
      ThibG authored
      Fixes #12607
      
      `will-change: transform` apparently makes manual scrolling impossible on
      Firefox/Windows. While this should probably be considered a Firefox bug,
      `will-change: transform` seem like a very aggressive performance hint that
      may possibly make the browser consume more resources than needed, especially
      in multiple-column mode.
      
      This was originally added to improve scrolling performances on mobile, but
      I think this isn't necessary anymore, because of the two following reasons:
      - `contain: paint` (which is implied by `contain: strict`, which we apply
        whenever the browser supports grids) should have similar effects
      - in single-column mode, the scrolling container is the root element, which
        I believe is optimized in at least Chromium
      
      Keep in mind that I have not been able to make in-depth benchmarks, and
      especially not been able to try on mobile, so performances should probably
      be investigated further…
      dc0750ab
  2. Dec 18, 2019
  3. Dec 17, 2019
  4. Dec 16, 2019
  5. Dec 13, 2019
  6. Dec 12, 2019
  7. Dec 11, 2019
Loading