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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 28 20:30:39 PDT 2017


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
(In reply to Chris Dumez from comment #2)
> 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 :/

>From what I can see viewportSize is wrong and windowRect is right.

-- 
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/6de91e3a/attachment.html>


More information about the webkit-unassigned mailing list