[Webkit-unassigned] [Bug 58007] [Qt] Add -maximize flag to QtTestBrowser and MiniBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 19:27:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58007





--- Comment #2 from Keith Kyzivat <keith.kyzivat at nokia.com>  2011-04-06 19:27:29 PST ---
An interesting thing I noticed when implementing this.

On Desktop Linux, if you pass -maximized to MiniBrowser, the window will indeed start maximized, but the area rendered is small.
If you then alter the window size, it will properly render.
If you then maximize it with window controls, it will also render properly.

I was able to correct it with:
resize(QApplication::desktop()->screenGeometry().size());
before the setWindowState(Qt::WindowMaximized), however that just masks the problem, so I left it out.

It works properly on QtTestBrowser, and on MiniBrowser in other contexts (without X11).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list