Search and Top Navigation
#7622 closed bug (duplicate)
Opened August 09, 2011 02:58PM UTC
Closed August 09, 2011 03:04PM UTC
Last modified August 09, 2011 03:04PM UTC
bug: UI button buttonset unescaped id selector
Reported by: | lahabana | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.button | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
on jQuery UI 1.9, 1.8 and older
on Chrome 13 FF 5
as reported there: http://forum.jquery.com/topic/ui-buttonset-possible-bug-with-unescaped-selector
If you want to do a button set on inputs that have got complex IDs (eg: "foo::bar") Jquery fails and returns the error : "Syntax error, unrecognized expression: [for=foo::bar]"
This is due to unescaped selector: https://github.com/jquery/jquery-ui/blob/master/ui/jquery.ui.button.js#L232