[Webkit-unassigned] [Bug 57980] [Qt] Reduce default test app window size for environments with small display sizes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 09:30:19 PDT 2011


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





--- Comment #10 from Keith Kyzivat <keith.kyzivat at nokia.com>  2011-04-07 09:30:19 PST ---

<lgombos> seems reasonable to detect screen size runtime and make a decision
<benjaminp> that is the job of the window manager, not our
<benjaminp> I have played with a few embedded system, and appart from Symbian, the WM usually does its job
<keithel> benjaminp, If a main window is sized > screen size, what normally happens on X?
<keithel> (suppose I should try this, its easy enough).
<lgombos> ok, but we have resize(800, 600) hardcoded so window manager can not pick default size
<benjaminp> keithel: depend on the window manager, usually it is resized to the current screen size
<benjaminp> lgombos: of course it can, the WM cannot change if you set the minimum size
<benjaminp> but again, I am not strongly against the change... I just think it is a fix at the wrong place
<lgombos> benjaminp: I see, so the WM does not need to honour 800x 600
<benjaminp> nope
<benjaminp> that is why that works on QtEmbedded or Maemo
<lgombos> benjaminp: thanks for the help, I understand your argument better.

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