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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 03:15:45 PDT 2011


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #4 from Benjamin Poulain <benjamin at webkit.org>  2011-04-07 03:15:45 PST ---
(In reply to comment #2)
> 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).

Please make a reduction and open a bug for that so we don't forget to fix it.

-- 
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