Search and Top Navigation
#2715 closed bug (fixed)
Opened April 18, 2008 04:41PM UTC
Closed October 20, 2008 03:20PM UTC
Last modified October 11, 2012 09:15PM UTC
ui:tabs breaks when tab links contain colons
Reported by: | mallenb | Owned by: | klaus.hartl |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.5b4 |
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 (10)
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 May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.3 |
---|
Milestone 1.2.3 deleted
Changed May 24, 2008 07:22PM UTC by comment:4
component: | ui.core → ui.tabs |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed May 24, 2008 09:59PM UTC by comment:5
owner: | klaus → klaus.hartl |
---|---|
status: | new → assigned |
Changed May 27, 2008 07:27PM UTC by comment:6
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
http://www.w3.org/TR/REC-html40/types.html#type-name
> First example ("00:11:22:33:44:55") is invalid.
Changed May 29, 2008 05:07AM UTC by comment:7
This problem occurs because the hash is used as a jQuery selector and the colons need to be escaped.
Changed August 17, 2008 10:24AM UTC by comment:8
milestone: | → TDB |
---|
Changed October 20, 2008 03:20PM UTC by comment:9
resolution: | → fixed |
---|---|
status: | assigned → closed |
[761]
Changed October 11, 2012 09:15PM UTC by comment:10
milestone: | TBD |
---|
Milestone TBD deleted
This is in Tabs 3.