Bug 183455 - page not rendered correctly
Summary: page not rendered correctly
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.2.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 17:23 UTC by sebastien.f
Modified: 2009-02-09 23:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sebastien.f 2009-02-06 17:23:41 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Ubuntu Packages

Comparing it with firefox or others shows a lot is missing.

Here is the URL
http://www.fixprotocol.org/FIXimate3.0/
Comment 1 S.Trzmiel 2009-02-09 22:18:44 UTC
Similar thing happends on Citi bank login page.
Username and password forms appear for a moment then dissapear and only top menu and footnote is visible.
URL: https://www.online.citibank.pl/PLGCB/JPS/portal/LocaleSwitch.do?locale=en_PL

Fedora 10/ kdenetwork-4.2.0-2.fc10.i386 here.
It's another site with lots of javascripts that suffers regression, with Konqueror 3.5.6 (Fedora 7) works just fine
Comment 2 Maksim Orlovich 2009-02-09 22:32:10 UTC
re: comment #1: there is no reason to believe that is related. Please file a separate report.
Comment 3 Maksim Orlovich 2009-02-09 22:44:00 UTC
As for the initial, testcase --- we don't want to extend the scope chain for frameset load events:
<script>
function load()
{
    alert("here");
}
</script>

<frameset onload="alert(load.toString());load()">
Comment 4 Maksim Orlovich 2009-02-09 23:13:15 UTC
SVN commit 924034 by orlovich:

Regression test for #183455
CCBUG:183455


 A             baseline/frames/onload-scope.html-dom  
 A             baseline/frames/svnignore  
 A             tests/frames/onload-scope.html  


WebSVN link: http://websvn.kde.org/?view=rev&revision=924034