View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
04829Bug reportsResponse browsingpublic2011-01-07 20:44
ReportermagiclkoAssigned Toc_schmitz  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.90+ 
Fixed in Version1.91RC1 
Summary04829: Checkbox not getting checked upon clicking of Other Textbox
Description

Radio button of Other option gets checked when corresponding textbox gets focus. But Check box don't get checked. It gets checked when user enter some response, not when textbox gets focus.

Steps To Reproduce

Asssuming options are to be checked on textbox focus event

  1. Put checked property of radio button equal to True
  2. Put checked property of check boxes equal to True

To set it true,

$(idtextbox).focus( function () {
//for radio buttons
$("#SOTH78184X44X--no--").checked=True;
//for check boxes
$("#answer78184X44X--no--othercbox").checked=True;
});

Additional Information

Check screenshot for more clarification

TagsNo tags attached.
Attached Files
Capture.JPG (48,784 bytes)   
Capture.JPG (48,784 bytes)   
Bug heat0
Complete LimeSurvey version number (& build)109
I will donate to the project if issue is resolvedNo
BrowserGoogle Chrome
Database type & versionMySQL(i) 5.1.37
Server OS (if known)Windows 7
Webserver software & version (if known)IIS 6.0
PHP Versionphp 5.2.13

Users monitoring this issue

There are no users monitoring this issue.

Activities

Issue History

Date Modified Username Field Change
2010-12-18 12:06 magiclko New Issue
2010-12-18 12:06 magiclko File Added: Capture.JPG
2010-12-20 22:55 c_schmitz Status new => resolved
2010-12-20 22:55 c_schmitz Fixed in Version => 1.91RC1
2010-12-20 22:55 c_schmitz Resolution open => fixed
2010-12-20 22:55 c_schmitz Assigned To => c_schmitz
2011-01-07 20:44 c_schmitz Status resolved => closed