Radioboxes in IE6
Reported by MadRabbit | January 31st, 2010 @ 10:16 PM | in 1.5.4 Release
var box = $E('input', { type: 'radio', name: 'mode', value: 'somevalue', id:
mode });
box.name; // -> null
seems like the same issue as the checkboxes. Check that out.
Comments and changes to this ticket
-
Sven Schwyn January 31st, 2010 @ 10:23 PM
Oops, forgot to preview :-)
document.createElement('<input type="radio" name="mode" value="somevalue" id="someid">')
-
MadRabbit February 1st, 2010 @ 01:47 PM
Fixed version is at the attachment. There are also some recent fixes/updates in it too.
-
MadRabbit February 1st, 2010 @ 01:48 PM
- State changed from new to resolved
-
Sven Schwyn February 1st, 2010 @ 07:30 PM
The attached version doesn't cut it for me. I still don't have the assigned name in the inserted radios for IE 6.
-
MadRabbit February 1st, 2010 @ 10:01 PM
I've found a bug in my last fix, please try this build, maybe that will help.
-
Sven Schwyn February 1st, 2010 @ 10:04 PM
Nope, no luck. I'm trying to find the exact spot where it booms, bit it's kind of tricky due to the way my app builds the inserted content.
-
MadRabbit February 1st, 2010 @ 10:38 PM
- no changes were found...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets