RESOLVED FIXED 3837
Page nearly loads but then returned to default page by javascript issue
https://bugs.webkit.org/show_bug.cgi?id=3837
Summary Page nearly loads but then returned to default page by javascript issue
George McKinlay
Reported 2005-07-03 04:32:08 PDT
CF site seems to generate world leaks... sends one back to the default site. Not sure but strikes me as a javascipt issue. Once kicked back to http://www.realenz.co.nz/misc/menuhome_frames.cfm you can repeat the isue by selecting another region on the map
Attachments
testcase reduction (212 bytes, text/html)
2005-07-03 15:52 PDT, David Storey
no flags
Don't evaluate scripts follwing framesets (2.39 KB, patch)
2005-07-13 09:54 PDT, Anders Carlsson
darin: review+
Joost de Valk (AlthA)
Comment 1 2005-07-03 08:26:42 PDT
Confirmed. Would be good to have a testcase for this one, since i don't get what's happening.
David Storey
Comment 2 2005-07-03 15:52:45 PDT
Created attachment 2778 [details] testcase reduction If the testcase works then the page will remain blank, with a title saying "If page doesn't redirect then correct" (tested in IE/Mac, Camino and FF), otherwise it will return to webkit project homepage (current behaviour in Safari). This behaves slightly different to the real page, in the IE/Mac now works. In the real page it crashes. If the frameset is remove from the code then it redirects in all browsers tested.
Anders Carlsson
Comment 3 2005-07-13 09:54:50 PDT
Created attachment 2941 [details] Don't evaluate scripts follwing framesets It looks like neither Gecko nor WinIE evaluates or even loads scripts following framesets when loading the document. Here's a patch that makes Safari do the same.
Darin Adler
Comment 4 2005-08-04 11:23:14 PDT
Comment on attachment 2941 [details] Don't evaluate scripts follwing framesets Looks good, r=me.
Justin Garcia
Comment 5 2005-08-09 15:20:39 PDT
Landed this
Note You need to log in before you can comment on or make changes to this bug.