Search and Top Navigation
#9413 closed bug (fixed)
Opened July 03, 2013 03:02PM UTC
Closed July 03, 2013 06:38PM UTC
Tabs: Disabled tabs are still clickable
| Reported by: | 00091701 | Owned by: | scottgonzalez | 
|---|---|---|---|
| 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.
Attachments (0)
Change History (2)
Changed July 03, 2013 03:40PM UTC by comment:1
| component: | ui.core → ui.tabs | 
|---|---|
| milestone: | none → 1.11.0 | 
| owner: | → scott.gonzalez | 
| priority: | minor → major | 
| status: | new → assigned | 
| summary: | Disabled Tabs are clickable (ajax) → Tabs: Disabled tabs are still clickable |