Opened 9 years ago
Closed 9 years ago
#6638 closed bug (fixed)
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
Change History (1)
comment:1 Changed 9 years ago by
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.