#2039 closed bug (fixed)
UI Tabs - make nesting elements work
Reported by: | klaus | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | tabs | Cc: | |
Blocked by: | Blocking: |
Description
It's currently not possible to use HTML like
<li><strong><a href="...">...</a></strong></li>
with UI Tabs due to the usage of parent()
. Use either parents('li:eq(0)')
or introducing an extra set next to $tabs might be better suited for reuse.
Change History (5)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Component: | core → ui |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
r4128