Closed GoogleCodeExporter closed 9 years ago
Confirmed! Maybe
<webkitbrwoser>.WebView.preferences().setJavaScriptCanOpenWindowsAutomatically(1
) would fix the problem but I haven't tested it yet.
Original comment by tsumalis96@gmail.com
on 13 Mar 2012 at 8:13
Thanks for the quick response. I tried your suggestion and got the same result
(no events/windows) after calling setJavaScriptCanOpenWindowsAutomatically(1).
In fact, browser.WebView.preferences().javaScriptCanOpenWindowsAutomatically()
was already returning 1.
Original comment by ben...@gmail.com
on 13 Mar 2012 at 8:56
Yes you are right. This must be a WebKit bug, which will hopefully be fixed
soon. I am waiting for Safari 5.2 to upgrade to a newer WebKit engine and Apple
Application Support files for my next release.
Original comment by tsumalis96@gmail.com
on 17 Mar 2012 at 12:14
Fixed!
http://code.google.com/p/open-webkit-sharp/downloads/detail?name=OpenWebKitSharp
%202.7.2.rar&can=2&q=
Original comment by tsumalis96@gmail.com
on 23 Mar 2012 at 1:23
Hi, I am using VER 2.9, I am testing my own application and the example
application.
Located in "\OpenWebKitSharp 2.9\Examples & Tests\OpenWebKitSharp
Example\bin\x86\Debug_NET2\Example.exe"
I'm using the website "popuptest.com". I'm not registering
newwindowcreated/request or popupcreated events.
Nor are additional windows opening.
Thanks,
-Charles Watkins
Original comment by chris17...@gmail.com
on 19 Jul 2012 at 8:31
Original issue reported on code.google.com by
ben...@gmail.com
on 13 Mar 2012 at 7:32Attachments: