Bug Tracker

Modify

Ticket #4347 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 4 years ago by dmethvin

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

comment:2 Changed 4 years ago by dmethvin

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

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

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.