WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
21193
Page loading results in endless loop (SCRIPT FOR... EVENT... support)
https://bugs.webkit.org/show_bug.cgi?id=21193
Summary
Page loading results in endless loop (SCRIPT FOR... EVENT... support)
Frank Eetgerink
Reported
2008-09-28 03:43:15 PDT
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
Comment 1
2008-09-30 08:30:29 PDT
<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
Comment 2
2009-04-30 09:23:21 PDT
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
Comment 3
2011-11-28 12:26:55 PST
Given the above comment, should we close this bug as fixed?
Ahmad Saleem
Comment 4
2022-08-17 14:32:24 PDT
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
Comment 5
2022-08-17 17:23:16 PDT
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
Comment 6
2022-08-17 17:24:22 PDT
<
rdar://problem/98806673
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug