Bug Tracker

Modify

Ticket #10854 (closed bug: notabug)

Opened 18 months ago

Last modified 7 months ago

Problem with .hover() and IE9

Reported by: zeljko Owned by:
Priority: low Milestone: 1.next
Component: effects Version: git
Keywords: Cc:
Blocking: Blocked by:

Description

I have a strange problem with .hover() and IE9. When I create div with a scroll bar and inside that div when I use hover to toggle inner div class I see that outer div is expanding on every mouseenter/leave.

Fiddle:  http://jsfiddle.net/vhkfg/4/

Try to move mouse over "test" word few times and see how outer div is expanding. Only in IE9.

Change History

comment:1 Changed 18 months ago by dmethvin

  • Priority changed from undecided to low
  • Status changed from new to open
  • Component changed from unfiled to effects
  • Milestone changed from None to 1.next

It's not the hover part, because this does it too:

 http://jsfiddle.net/dmethvin/vhkfg/8/

Looks like the toggling code in 1.7 is calculating the height wrong, it could be because of the scroll bar.

comment:2 Changed 18 months ago by chiponium@…

Your overflow: auto is causing the issue.

comment:4 Changed 7 months ago by dmethvin

  • Status changed from open to closed
  • Resolution set to notabug

This isn't a jQuery bug and not something we can fix.

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.