Skip to main content

Bug Tracker

Side navigation

#3506 closed bug (invalid)

Opened October 21, 2008 07:58PM UTC

Closed October 21, 2008 10:48PM UTC

Last modified October 21, 2008 10:48PM UTC

with button click not selecting the check box

Reported by: sanjay Owned by: flesler
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc: sanjay, flesler
Blocked by: Blocking:
Description

$('fieldset.application-settings-group-1 label[autocrop.unlock] input').attr('checked', 'checked');

where autocrop.unlock is the name of checkbox.

Please let me know if you need more information.

Attachments (0)
Change History (2)

Changed October 21, 2008 10:48PM UTC by flesler comment:1

component: unfilledselector
need: ReviewTest Case
resolution: → invalid
status: newclosed

Shouldn't that be:

$('fieldset.application-settings-group-1 input[name=autocrop.unlock]').attr('checked', 'checked'); 

If you have something to add, reopen but provide a test case. An html file with the needed html/js to make this happen.

Changed October 21, 2008 10:48PM UTC by flesler comment:2

cc: → sanjay, flesler