Skip to main content

Bug Tracker

Side navigation

#9234 closed bug (fixed)

Opened May 11, 2011 11:29AM UTC

Closed May 13, 2011 02:05PM UTC

find() forget object

Reported by: godoff@gmx.net Owned by:
Priority: low Milestone: 1.6.1
Component: attributes Version: 1.6
Keywords: Cc:
Blocked by: Blocking:
Description

Please use onclick event on text for demo.

On change the radioinput it only works for the first time.

On second choose if all clickevents of radioinput group have bin clicked it doesn't work.

http://jsfiddle.net/XDbmY/11/

worked not in jQuery 1.6

worked in jquery 1.5.2

Attachments (0)
Change History (3)

Changed May 11, 2011 11:55AM UTC by godoff@gmx.net comment:1

$('input:radio',this).attr('checked','checked');

works also not.

Changed May 13, 2011 12:20PM UTC by godoff@gmx.net comment:2

FIXED in Version jQuery 1.6.1

please close Ticket.

Great work! ;)

Changed May 13, 2011 02:05PM UTC by timmywil comment:3

component: unfiledattributes
milestone: 1.next1.6.1
priority: undecidedlow
resolution: → fixed
status: newclosed

Thanks for looking into it.