View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
04524Bug reportsSurvey takingpublic2010-08-11 10:53
ReporterCarbonaCat Assigned Tomdekker  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.90 
Fixed in Version1.90+ 
Summary04524: Javascript error when running the "Array (Number)" with Text inputs enabled
Description

When running a survey with a question "Array (Number)" with the option "Text inputs" enabled, a javascript error is triggered.

Steps To Reproduce

-Create a survey.
-Create a question group.
-Create a question of type "Array (Number)", with the "Text inputs" advanced settings enabled.
-Add some subquestions.
-Execute the survey.
-???
-Profit!

Additional Information

To fix it:
-Search the following line:
. " onchange=\"$checkconditionFunction(this.value, this.name, this.type\" onkeypress=\"return goodchars(event,'0123456789.')\""

-Replace by this one
. " onchange=\"$checkconditionFunction(this.value, this.name, this.type)\" onkeypress=\"return goodchars(event,'0123456789.')\""

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)9040
I will donate to the project if issue is resolved
BrowserChrome 5.0, IE7
Database type & versionMySQL5
Server OS (if known)Windows XP SP2 & Linux
Webserver software & version (if known)WAMP & XAMPP
PHP Version5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

mdekker

mdekker

2010-08-10 09:11

reporter   ~12595

Thanks for pointing out the issue, committed the fix in svn 9043

Issue History

Date Modified Username Field Change
2010-08-09 16:49 CarbonaCat New Issue
2010-08-10 09:10 mdekker Assigned To => mdekker
2010-08-10 09:10 mdekker Status new => assigned
2010-08-10 09:11 mdekker Note Added: 12595
2010-08-10 09:11 mdekker Status assigned => resolved
2010-08-10 09:11 mdekker Fixed in Version => 1.90+
2010-08-10 09:11 mdekker Resolution open => fixed
2010-08-11 10:53 c_schmitz Status resolved => closed
2010-10-25 00:18 c_schmitz Category Survey at Runtime => Survey taking