Side navigation
#1164 closed bug (duplicate)
Opened May 10, 2007 06:11PM UTC
Closed May 13, 2007 01:59AM UTC
Last modified June 21, 2007 04:20AM UTC
oFrom.elements problem in IE
Reported by: | mattcopeland | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was trying to iterate over my form elements using something like:
$(oForm.elements).css({color:"#999999"});
This works in FF but not in IE.
I used the size method $(oForm.elements).size() and got the right number of elements in FF but only 1 element in IE.
It seems like FF gets a reference to the collection of elements while IE gets a reference to the form itself.
Attachments (0)
Change History (1)
Changed May 13, 2007 01:59AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #1163