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

QWebView.showFullScreen() does not work well with QPA LinuxFB

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4: Low
    • 5.9
    • 5.5.0, 5.6.0
    • QPA: LinuxFB
    • None

    Description

      Our application simply invokes QWebView.show()[or showFullScreen()) to display a local webpage and therefore there is not much room for error.

      For Wayland QPA (real window system), both QWebView.show() and QWebView.showFullScreen() work accordingly.
      For EGLFS (Full Screen system), both QWebView.show() and QWebView.showFullScreen() display full-screen as they should.
      For LinuxFB (which is neither window-system, nor full-screen), both QWebView.show() and QWebView.showFullScreen( ) active like show(),
      i.e., non-full-screen system.

      There is no other QT5 web browser demo application which uses QWebView directly, instead, QMainWindow is used and the application works fine in LinuxFB.

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            ericruei Eric Ruei
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes