Side navigation
#2750 closed bug (worksforme)
Opened April 27, 2008 07:06AM UTC
Closed May 04, 2008 07:36AM UTC
[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.
Attachments (0)
Change History (2)
Changed April 29, 2008 04:39PM UTC by comment:1
owner: | paul → klaus |
---|---|
summary: | removing the selected tab throws an error → [UI Tabs] removing the selected tab throws an error |
Changed May 04, 2008 07:36AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
This works fine for me in the current build.If it still happens with the latest trunk version, please reopen.