Bug Tracker

Modify

Ticket #2715 (closed bug: duplicate)

Opened 5 years ago

Last modified 4 years ago

ui:tabs breaks when tab links contain colons

Reported by: mallenb Owned by: klaus
Priority: minor Milestone: 1.2.3
Component: ui Version: 1.2.3
Keywords: tabs Cc:
Blocking: Blocked by:

Description

It appears that if my tab links contain colons, ui:tabs doesn't work. You get the exception 'jQuery UI Tabs: Mismatching fragment identifier.'

<div id="container-1">

<ul>
<li><a href="#00:11:22:33:44:55"><span>00:11:22:33:44:55</span></a></
li>
<li><a href="#aa:bb:cc:dd:ee:ff"><span>aa:bb:cc:dd:ee:ff</span></a></
li>
</ul>

<div id="00:11:22:33:44:55"">
   hello
</div>
<div id="aa:bb:cc:dd:ee:ff"">
   world
</div>
</div>

Change History

comment:1 Changed 5 years ago by mallenb

This is in Tabs 3.

comment:2 Changed 5 years ago by klaus

  • Owner changed from paul to klaus
  • Priority changed from major to minor

comment:3 Changed 4 years ago by klaus

moved to jQuery UI bug tracker

comment:4 Changed 4 years ago by klaus

  • Status changed from new to closed
  • Resolution set to duplicate

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.