[Webkit-unassigned] [Bug 107705] [Qt] window.open passes height and width parameters even if not defined in a page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 03:10:43 PST 2013


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


Allan Sandfeld Jensen <allan.jensen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |allan.jensen at digia.com




--- Comment #2 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-01-24 03:12:37 PST ---
(In reply to comment #1)
> The change is in QWebPage::geometryChangeRequested(QRect) signal.
> Until QtWebKit 2.3, it fired with
>  * invalid QRect if it was opening links with target="_blank" and
>  * valid QRect if it was opening real popup window (window.open)
> 
> However, it has now changed to return QRect.size() == QSize(100, 100) if it is opening target="_blank" links.
> So it makes impossible to distinguish window.open (with size 100x100) and target="_blank" links.

Is that the same trick used by all the Qt browsers, to detect this?

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