Skip to content
  • Dawit Alemayehu's avatar
    Workaround QtWebKit 2.3's behavior change when emitting 'QWebPage::geometryChangeRequested'. · d786bbdc
    Dawit Alemayehu authored
    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.
    
    BUG: 313005
    FIXED-IN: 1.3 branch
    d786bbdc