Side navigation
#2715 closed bug (duplicate)
Opened April 18, 2008 04:41PM UTC
Closed January 16, 2009 06:39AM UTC
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>
Attachments (0)
Change History (4)
Changed April 18, 2008 04:42PM UTC by comment:1
Changed April 18, 2008 05:57PM UTC by comment:2
owner: | paul → klaus |
---|---|
priority: | major → minor |
Changed January 16, 2009 06:38AM UTC by comment:3
moved to jQuery UI bug tracker
Changed January 16, 2009 06:39AM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | new → closed |
This is in Tabs 3.