Opened 15 years ago
Closed 14 years ago
#2715 closed bug (duplicate)
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: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from paul to klaus |
---|---|
Priority: | major → minor |
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is in Tabs 3.