LimeSurvey issue tracker
Registration

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
04829Bug reports[All Projects] Response browsingpublic2010-12-18 12:062011-01-07 20:44
Reportermagiclko 
Assigned Toc_schmitz 
PrioritynormalSeverityminor 
StatusclosedResolutionfixed 
Product Version1.90+ 
Target VersionFixed in Version1.91RC1 
Summary04829: Checkbox not getting checked upon clicking of Other Textbox
DescriptionRadio 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 ReproduceAsssuming 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 InformationCheck screenshot for more clarification
I will donate to the project if issue is resolved within 48 hrsNo
LimeSurvey build number109
BrowserGoogle Chrome
Database & DB-VersionMySQL(i) 5.1.37
Operating System (Server)Windows 7
Webserver software & versionIIS 6.0
PHP Versionphp 5.2.13
Attached Filesjpg file icon Capture.JPG [^] (48,784 bytes) 2010-12-18 12:06

- Relationships

-  Notes
There are no notes attached to this issue.

- 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


Copyright © 2000 - 2013 MantisBT Team
Powered by Mantis Bugtracker