Getting the size of an opening window in WebKit
- by ThereSkippy
Hi,
I'm implementing a "WebKit Browser In An Application" which basically embeds WebViews in Qt widgets (we're using the WebKit browser instead of Qt's since it's stabler and more up-to-date).
So far everything's great, until someone clicks on a link which invokes a Javascript "Window.open" function with a custom width and height for the new…