Bug Tracker

Ticket #2039 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

UI Tabs - make nesting elements work

Reported by: klaus Assigned to: klaus
Type: bug Priority: major
Milestone: 1.2.2 Component: ui
Version: 1.2.1 Keywords: tabs
Cc: Needs: Patch

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.

Attachments

Change History

Changed 9 months ago by klaus

  • status changed from new to assigned

Changed 9 months ago by john

  • component changed from core to ui

Changed 9 months ago by klaus

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.