[Webkit-unassigned] [Bug 27285] [Qt] New window created by clicking a link is not visible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 04:30:19 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27285
Adam Treat <treat at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32757|review? |review-
Flag| |
--- Comment #2 from Adam Treat <treat at kde.org> 2009-07-15 04:30:19 PDT ---
(From update of attachment 32757)
I believe this is incorrect.
Arora, which is based on QtWebKit has no problem showing windows when a link is
clicked. In fact, there is a setting in Arora to control the behavior so that
opening the "new window" is done in a tab instead. The
QWebPage|QWebFrame::createWindow(...) function is virtual and allows the client
application to create the "new window" in the manner that it prefers. The
default implementation does nothing, thus this will have no effect on the
default implementation. It seems that if the client is responsible for
constructing the "new window" in the manner that it deems fit, then it can be
responsible for showing it too.
--
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