Opened 15 years ago
Closed 15 years ago
#2750 closed bug (worksforme)
[UI Tabs] removing the selected tab throws an error
Reported by: | stanchao | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
attempting to remove the currently selected tab throws a "this.click is not a function" error in jquery ui 1.5b2.
this.click in line 390 of ui.tabs.js should be replaced with this.select.
Also, the change of tab focus code in that same line fails if the selected tab is the last tab.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from paul to klaus |
---|---|
Summary: | removing the selected tab throws an error → [UI Tabs] removing the selected tab throws an error |
comment:2 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This works fine for me in the current build.If it still happens with the latest trunk version, please reopen.