[Webkit-unassigned] [Bug 143678] javascript window.open window size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 28 20:05:38 PDT 2017


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Hmm, we do:
FloatSize viewportSize = page->chrome().pageRect().size();
FloatRect windowRect = page->chrome().windowRect();
windowRect.setHeight(*features.height + (windowRect.height() - viewportSize.height()));

So we *seem* to be doing the right thing. However, viewportSize and windowRect are identical :/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170429/c1ffb6dd/attachment-0001.html>


More information about the webkit-unassigned mailing list