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 Scott González

Component: ui.coreui.tabs
Milestone: none1.11.0
Owner: set to scott.gonzalez
Priority: minormajor
Status: newassigned
Summary: Disabled Tabs are clickable (ajax)Tabs: Disabled tabs are still clickable

comment:2 Changed 10 years ago by Scott González

Resolution: fixed
Status: assignedclosed

Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs: Disabled tabs are still clickable.

Changeset: 4148acfa9a7b1494f2d87559362c07a59f8e47f8

Note: See TracTickets for help on using tickets.