[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
Wed Jan 23 10:49:38 PST 2013


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


David Rosca <nowrep at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nowrep at gmail.com




--- Comment #1 from David Rosca <nowrep at gmail.com>  2013-01-23 10:51:32 PST ---
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.

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