Search and Top Navigation
#6638 closed bug (fixed)
Opened November 09, 2010 11:26AM UTC
Closed November 09, 2010 01:22PM UTC
Radio buttonset with hidden 'ID' input
Reported by: | xxxbence | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.6 |
Component: | ui.button | Version: | 1.8.6 |
Keywords: | radio button buttonset | Cc: | |
Blocked by: | Blocking: |
Description
If in the form, you have a hidden input tag with name or id = 'id', you get a JS error.
<form method="POST">
<input type="hidden" name="id" id="id" value="sexchooser" />
<div id="radio">
<input type="radio" name="sex" id="man" /><label for="man">Man</label>
<input type="radio" name="sex" id="woman" /><label for="woman">Woman</label>
</div>
</form>
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Tue, 9 Nov 2010 11:16:29 UTC
Message: Object doesn't support this property or method
Line: 100
Char: 330
Code: 0
URI: jquery-1.4.3.min.js
Attachments (0)
Change History (1)
Changed November 09, 2010 01:22PM UTC by comment:1
component: | ui.core → ui.button |
---|---|
milestone: | TBD → 1.8.6 |
resolution: | → fixed |
status: | new → closed |
This is a bug in jQuery core which has been fixed and will be released in jQuery 1.4.4.