Modify ↓
Ticket #6654 (closed bug: worksforme)
Form inside Div prevented Div from being selected.
| Reported by: | therubble | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | id selector form | Cc: | |
| Blocking: | Blocked by: |
Description
I was trying to hide a div with and id of 'collection' using the following selector:
$('#collection').hide();
The div had a form inside of it that was preventing the selector from returning anything in internet explorer 8. All other browsers performed as expected.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Sample of code that caused the issue.