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.
I'm not sure why you think your described behavior is correct. Setting
event: "mouseover"
just means that themouseover
event is used to active the tab, thereforemouseout
has no impact on the state of the tab.