Revision d786bbd...

Go back to digest for 24th February 2013

Bug Fixes in KDE Base

Dawit Alemayehu committed changes in [kwebkitpart/1.3] src/webpage.cpp:

Workaround QtWebKit 2.3's behavior change when emitting 'QWebPage::geometryChangeRequested'.
For some reason it now sends a default width and height of 100 on new window creation even
when the site did not specify those dimensions.

NOTE: This workaround will cause a regression if a site attempts to create a popup window
using Javascripts with the following parameters: x=0,y=0,width=100,height=100. Under that
circumstance, the window will end up being created as another tab in konqueror instead of
a popup window.


FIXED-IN: 1.3 branch

File Changes

Modified 1 files
  • src/webpage.cpp
1 files changed in total