View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08557 | Bug reports | Survey taking | public | 2014-01-18 17:05 | 2014-01-25 17:22 |
Reporter | Steveflecha | Assigned To | c_schmitz | ||
Priority | high | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 08557: 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. | ||||
Additional Information | There seem to be various JS errors: | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 140109 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | all | ||||
Database type & version | Mysql 5.5.31 | ||||
Server OS (if known) | Debian | ||||
Webserver software & version (if known) | nginx/1.4.4 | ||||
PHP Version | 5.3 | ||||
'Keyboard-less operation' must be set to 'Yes' to reproduce the error. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13715 |
|
2.05+ Build 140125 released |
|
LimeSurvey: master 3ac2c6b7 2014-01-19 01:18 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 | ||
rm - third_party/jquery-keypad/i18n/jquery.ui.keypad-es.js | Diff | ||
rm - third_party/jquery-keypad/i18n/jquery.ui.keypad-fr.js | Diff | ||
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 |
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 |