Bug 21193
Summary: | Page loading results in endless loop (SCRIPT FOR... EVENT... support) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frank Eetgerink <eetgerink> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, beidson, bfulgham, emacemac7, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (PowerPC) | ||
OS: | OS X 10.5 | ||
URL: | http://www.maaswaalcollege.nl/Page/sp1625/ml1/Index.html | ||
Bug Depends on: | 16915 | ||
Bug Blocks: |
Frank Eetgerink
When loading the url above the loading ends up in a endless loop. Webkit does not crash, only the tab is useless.
It keeps my processor quite bussy.
Powerpc G5 1.8 Ghz, iMac, MacOS 10.5.5, latest updates installed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<SCRIPT FOR=window EVENT=onresize>window.location.href = window.location.href;</script>
This is specifically an issue with this non-standard SCRIPT syntax - setting window.location.href to the same value should and does reload. Perhaps we could skip over such scripts if we don's support them.
Brady Eidson
The class of bugs that were "page reloading endlessly" or "page doing something weird and bizarre in Safari but no others" that were due to the <script for=...> syntax are fixed as of http://trac.webkit.org/changeset/43061 - we now ignore scripts with this syntax.
https://bugs.webkit.org/show_bug.cgi?id=16915 tracks adding full support for this feature.
Alexey Proskuryakov
Given the above comment, should we close this bug as fixed?
Ahmad Saleem
ap@webkit.org - Is something else needed here or based on your last comment, this can be marked as "RESOLVED CONFIGURATION CHANGED" or Duplicate of XYZ? Thanks!
Alexey Proskuryakov
I think that this is technically a dupe of bug 31567, but comments above mention other bugs, and it's not immediately clear which is right. In any case, Config Changed.
Radar WebKit Bug Importer
<rdar://problem/98806673>