Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-90543

Bad scrolling performance on tagesschau.de

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.15.2
    • WebEngine
    • None
    • Linux/X11

      When scrolling via the mousewheel on https://www.tagesschau.de/ in e.g. simplebrowser, the scrolling is very laggy (there's e.g. a noticable delay before scrolling starts, compared to Chromium).

      This seems to be because of the background image CSS rule:

      body.tagesschau {
          background: #015999 url(../img/tagesschau/background/base.jpg) repeat-x fixed top;
      }
      body.tagesschau {
          background: #08335e url(../img/tagesschau/background/base.jpg) repeat-x fixed top;
      }
      

      If that rule is disabled in the inspector, scrolling is smooth again.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt_webengine_team Qt WebEngine Team
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes