Skip to main content

Search and Top Navigation

#14415 closed bug (notabug)

Opened August 28, 2015 09:35AM UTC

Closed August 28, 2015 01:43PM UTC

Last modified August 28, 2015 01:49PM UTC

jQuery ui tabs don't hide with collapsible & mouseover

Reported by: leeps Owned by:
Priority: minor Milestone: none
Component: ui.tabs Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

See https://jsfiddle.net/6b02qrf3/

With latest stable jQuery (1.11.3) & jQuery ui (1.11.4), tabs don't hide when used with collapsible:true and event:"mouseover".

Tabs should collapse when the mouse moves away from the element (and not onto another tab), but they don't. Instead, tabs collapse when the next MouseOver event happens, for example the user hovers over the element for a second time.

Please let me know if you need more information.

Attachments (0)
Change History (2)

Changed August 28, 2015 01:43PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

I'm not sure why you think your described behavior is correct. Setting event: "mouseover" just means that the mouseover event is used to active the tab, therefore mouseout has no impact on the state of the tab.

Changed August 28, 2015 01:49PM UTC by leeps comment:2

Thanks for explaining, I'm obviously blind because I didn't notice "mouseout" :)