Skip to main content

Bug Tracker

Side navigation

#4347 closed bug (invalid)

Opened March 13, 2009 11:28AM UTC

Closed May 10, 2009 04:54PM UTC

jquery selectors dont work in floated elements in IE7

Reported by: paramvir_deol Owned by:
Priority: minor Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

I was trying a jquery example.

it used following html

<div id="switcher">

<h2>Title</h2>

<div class="button">button 1</div>

<div class="button">button 2</div>

<div class="button">button 3</div>

</div>

when i use following style rule

#switcher{float:left}

#switcher .button{float:left}

and try to use bind expression of jquery for click event for button divs, then the clicks dont work in IE.

They are working in firefox and chrome but not in IE.

Attachments (0)
Change History (2)

Changed March 14, 2009 12:33AM UTC by dmethvin comment:1

Can you attach a complete example with code, html, and css? The code is missing here.

Changed May 10, 2009 04:54PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

If the problem still exists, please reopen and attach a test case.