Skip to main content

Bug Tracker

Side navigation

#6654 closed bug (worksforme)

Opened June 10, 2010 11:38AM UTC

Closed June 11, 2010 01:05AM UTC

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:
Blocked by: Blocking:
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 (1)
  • div.txt (2.9 KB) - added by therubble June 10, 2010 11:38AM UTC.

    Sample of code that caused the issue.

Change History (1)

Changed June 11, 2010 01:05AM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

Worked fine for me, I put your html in a page and $('#collection').length returned 1. Hide worked as well. If you're still having trouble, ask in the forum before creating a ticket.