#5819 closed bug (worksforme)
parrents tabsshow-event triggerd by childtab
Reported by: | Floyd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.8.2 |
Keywords: | ui.tabs tabshow | Cc: | |
Blocked by: | Blocking: |
Description
Testcase: http://jsfiddle.net/gjxvq/1/
We have a tab (called firsttab) with in his content another tab (called childtab). We bind the tabshow-event to the firsttab.
if we click to one of the tabs in "firsttab" all work fine (Tab 1 - Tab 5) if we click to one of the "childtab" tabs (Tab 1.1 - Tab 1.3) the tabshow-event who are bind to the first tab is triggerd.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Events bubble; check the target.
Note: See
TracTickets for help on using
tickets.
i handle this problem by change my tabsshow-event-funtion from
to