Bug Tracker

Modify

Ticket #1164 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

oFrom.elements problem in IE

Reported by: mattcopeland Owned by:
Priority: minor Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #1163

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.