View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
08557Bug reportsSurvey takingpublic2014-01-25 17:22
ReporterSteveflecha Assigned Toc_schmitz  
PriorityhighSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.05+ 
Fixed in Version2.05+ 
Summary08557: Text fields are disabled with live surveys due to 'readonly' attribute
Description

After creating and making a survey life with small or big free text fields the text fields can't be filled out by survey takes because these fields have this html:

<textarea class="textarea text-keypad empty hasKeypad" name="221484X1X17" id="answer221484X1X17" alt="Answer" rows="4" cols="40" maxlength="500" onkeyup="checkconditions(this.value, this.name, this.type)" readonly="readonly"></textarea>

Steps To Reproduce

Create a survey with free text fields.
In my example I have 2 in the same survey.

Additional Information

There seem to be various JS errors:

http://screencast.com/t/rOrXwKoTsil

TagsNo tags attached.
Attached Files
Bug heat4
Complete LimeSurvey version number (& build)140109
I will donate to the project if issue is resolvedNo
Browserall
Database type & versionMysql 5.5.31
Server OS (if known)Debian
Webserver software & version (if known)nginx/1.4.4
PHP Version5.3

Users monitoring this issue

There are no users monitoring this issue.

Activities

Steveflecha

Steveflecha

2014-01-18 17:09

reporter   ~27994

'Keyboard-less operation' must be set to 'Yes' to reproduce the error.
Setting it to 'no' solves the problem.

c_schmitz

c_schmitz

2014-01-19 01:20

administrator   ~27998

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&amp;id=13715

c_schmitz

c_schmitz

2014-01-25 17:22

administrator   ~28160

2.05+ Build 140125 released

Related Changesets

LimeSurvey: master 3ac2c6b7

2014-01-19 00:18:26

c_schmitz

Details Diff
Fixed issue 08557: If setting 'Keyboard-less operation' is activated then text inputs don't work at all Affected Issues
08557
mod - application/helpers/common_helper.php Diff File
rm - third_party/jquery-keypad/i18n/jquery.ui.keypad-de.js Diff File
rm - third_party/jquery-keypad/i18n/jquery.ui.keypad-es.js Diff File
rm - third_party/jquery-keypad/i18n/jquery.ui.keypad-fr.js Diff File
add - third_party/jquery-keypad/jquery.keypad-ca.js Diff File
add - third_party/jquery-keypad/jquery.keypad-cs.js Diff File
add - third_party/jquery-keypad/jquery.keypad-de.js Diff File
add - third_party/jquery-keypad/jquery.keypad-es.js Diff File
add - third_party/jquery-keypad/jquery.keypad-fr.js Diff File
add - third_party/jquery-keypad/jquery.keypad-it.js Diff File
add - third_party/jquery-keypad/jquery.keypad-tr.js Diff File
add - third_party/jquery-keypad/jquery.keypad.js Diff File
mod - third_party/jquery-keypad/jquery.keypad.min.js Diff File
add - third_party/jquery-keypad/keypad.png Diff File
add - third_party/jquery-keypad/keypadBasic.html Diff File

Issue History

Date Modified Username Field Change
2014-01-18 17:05 Steveflecha New Issue
2014-01-18 17:05 Steveflecha File Added: limesurvey_survey_221484.lss
2014-01-18 17:09 Steveflecha Note Added: 27994
2014-01-19 00:57 c_schmitz Assigned To => c_schmitz
2014-01-19 00:57 c_schmitz Status new => assigned
2014-01-19 01:20 c_schmitz Changeset attached => LimeSurvey master 3ac2c6b7
2014-01-19 01:20 c_schmitz Note Added: 27998
2014-01-19 01:20 c_schmitz Resolution open => fixed
2014-01-19 01:20 c_schmitz Status assigned => resolved
2014-01-19 01:20 c_schmitz Fixed in Version => 2.05+
2014-01-25 17:22 c_schmitz Note Added: 28160
2014-01-25 17:22 c_schmitz Status resolved => closed