[WebKit-devel] [Bug 258367] tinymce html editor popup blocked

Dawit Alemayehu adawit at kde.org
Tue Nov 30 21:35:42 CET 2010


https://bugs.kde.org/show_bug.cgi?id=258367


Dawit Alemayehu <adawit at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adawit at kde.org




--- Comment #4 from Dawit Alemayehu <adawit kde org>  2010-11-30 21:35:41 ---
The only difference between this bug and br# 253708 is the fact that in this
bug the request for showing the url in a new window comes from a link that uses
"javascript:" url.

Unfortunately, unlike the workaround provided for 253708, this issue cannot be
worked around at this level mainly because it is not exactly a kwebkitpart bug.
Because QtWebKit expects an instance of a QWebPage when creating new windows
and does not provide a means of accessing the the user for a create new window
request that originated programatically, i.e javascript window.open, there is
no easy workaround for this issue.

The easiest way to address this bug would be to change how the BrowserHost,
namely Konqueror, handles createNewWindow request for such cases. That is when
the steps outlined in this bug report are performed, the new window created
should use kwebkitpart even when the default rendering engine is khtml. The
same holds true if kwebkitpart is the default rendering engine...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the WebKit-devel mailing list