Skip to main content

Search and Top Navigation

#4854 closed bug (duplicate)

Opened September 15, 2009 07:27AM UTC

Closed May 17, 2011 05:19PM UTC

Last modified May 17, 2011 05:19PM UTC

mousehover + animation - hover the mouse fastly leads to two tabs remain open

Reported by: rahul Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.tabs Version: 1.7.2
Keywords: ui.tabs,mouse hover, hover intent Cc:
Blocked by: Blocking:
Description

i found the following bug when using jquery ui tabs ,

when i selected the event as mouse hover and added animation to it

$("#Tab").tabs({ "event":"mouseover",fx:{ opacity: 'toggle' , duration:'slow'}});

when i move the mouse over the tabs quickly , two tab contents remain open at the same time .

check this (mouse hover the tabs fastly , u can)

http://jsbin.com/iyubohttp://jsbin.com/iyubo

i think the problem is that Jquery UI Tabs is not using hover intent

Attachments (0)
Change History (4)

Changed November 17, 2009 05:52PM UTC by jzaefferer comment:1

milestone: TBD1.8
priority: criticalminor

Changed March 28, 2011 09:27PM UTC by gnarf comment:2

status: newopen

Changed May 17, 2011 05:19PM UTC by scottgonzalez comment:3

resolution: → duplicate
status: openclosed

Changed May 17, 2011 05:19PM UTC by scottgonzalez comment:4

Duplicate of #5510.