Summary: | <OBJECT> tags seem mistakenly included in the document's applet collection | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Macintosh | ||
OS: | OS X 10.4 | ||
URL: | http://homestarrunner.com | ||
Bug Depends on: | |||
Bug Blocks: | 13634 |
Description
Brady Eidson
2007-05-09 00:49:42 PDT
Correction - since FFX doesn't support outerhtml, amend the javascript to be "javascript:alert(document.applets[0]);" It gives you back an undefined collection, whereas Safari hands back a collection (with 1 member) ummm check that - I meant a null ELEMENT, and Safari gives back an HTMLObjectElement http://trac.webkit.org/projects/webkit/changeset/12250 might be of interest <rdar://problem/5190816> Landed in r21359 Here is a link to the change: http://trac.webkit.org/projects/webkit/changeset/21359 |