#3506 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 14 years ago by
Component: | unfilled → selector |
---|---|
need: | Review → Test Case |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 14 years ago by
Cc: | sanjay flesler added |
---|
Note: See
TracTickets for help on using
tickets.
Shouldn't that be:
If you have something to add, reopen but provide a test case. An html file with the needed html/js to make this happen.