Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 klaus

Status: newassigned

comment:2 Changed 15 years ago by john

Component: coreui

comment:3 Changed 15 years ago by klaus

Resolution: fixed
Status: assignedclosed

comment:4 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:5 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.