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

Very bright green scroll bars on QWebView

    XMLWordPrintable

Details

    • 68cc31ad700abc4dc480c39e98feea4fe904db71

    Description

      QWebView shows very bright green scroll bars, regardless of the UI theme.
      Please see attached screen shot.

      #include <QtGui>
      #include <QtWebKit>
      
      int main(int argc, char** argv)
      {
          QApplication app(argc, argv);
          QWebView view;
          view.load(QUrl("http://qt.nokia.com"));
          view.showFullScreen();
          return app.exec();
      }
      

      Attachments

        1. SandBox.sis
          8 kB
          Tadaaki Matsumoto
        2. Shot.png
          37 kB
          Tadaaki Matsumoto
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            samimeri Sami Merila (Inactive)
            matsumot Tadaaki Matsumoto
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes