[Webkit-unassigned] [Bug 25498] Login form does not appear because Chrome could not retrieve element when using name property in document.all collection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 16:54:51 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25498





------- Comment #1 from mdu at chromium.org  2009-04-30 16:54 PDT -------
Created an attachment (id=29929)
 --> (https://bugs.webkit.org/attachment.cgi?id=29929&action=view)
reduction case

Here is a reduction case: test-quirks.html

In inside-iframe.html there is a JS sentence:
......
var frame = this.parent.document.all("Loginifrm");
......
"Loginifrm" is the name of the iframe, Chrome/Safari couldn't retrieve the
corresponding element when using name property in document.all collection.

Currently Chrome/Safari recognize elements only when using id property in
document.all collection, however IE/FF recognize elements when using either id
or
name property in document.all collection.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list