Opened 10 years ago
Closed 10 years ago
#9413 closed bug (fixed)
Tabs: Disabled tabs are still clickable
Reported by: | 00091701 | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.tabs | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I use "http://jqueryui.com/tabs/#ajax" on my website. I have some tabs disabled
$("#tabs").tabs().tabs("option", "disabled", [ 1, 2, 3, 4, 5]);
but if I click on them I get a request (not ajax) to the server.
Change History (2)
comment:1 Changed 10 years ago by
Component: | ui.core → ui.tabs |
---|---|
Milestone: | none → 1.11.0 |
Owner: | set to scott.gonzalez |
Priority: | minor → major |
Status: | new → assigned |
Summary: | Disabled Tabs are clickable (ajax) → Tabs: Disabled tabs are still clickable |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs: Disabled tabs are still clickable.