| Summary: | page not rendered correctly | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | sebastien.f <sfilleul> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | xeno |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sebastien.f
2009-02-06 17:23:41 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 re: comment #1: there is no reason to believe that is related. Please file a separate report. 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()">
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 |