Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2039 closed bug (fixed)

UI Tabs - make nesting elements work

Reported by: klaus Owned by: klaus
Priority: major Milestone: 1.2.2
Component: ui 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 (3)

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
Note: See TracTickets for help on using tickets.