View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
07698 | Bug reports | Expression Manager | public | 2013-03-22 16:49 | 2013-04-08 21:59 |
Reporter | Mazi | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00+ | ||||
Target Version | 2.00+ | Fixed in Version | 2.00+ | ||
Summary | 07698: EM's is_int() function causes problems when validating subquestions | ||||
Description | The "numeric" question type has a feature to force the user to enter integers only. Unfortunatelym, this is missing at the "multiple numeric" question type. EM seems to validate correctly, because the validation tip is green when entering 2 or 5 or 8 but turns pink when entering non-integer numbers like 2.2 or 5.5. Problem is that I can't proceed to the next page even though all subquestions are filled with correct integer values. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 130317 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome | ||||
Database type & version | MySQL 5 | ||||
Server OS (if known) | Windows 7 | ||||
Webserver software & version (if known) | Apache 2.2 | ||||
PHP Version | 5.3.18 | ||||
Really don't understand .... Add some tracevar The test is: With: $funcName($params[0]) return false ... |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12082 |
|
Fix committed to 2.05 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=12083 |
|
LimeSurvey: master 2f6ee193 2013-03-27 16:07 Details Diff |
Fixed issue 07698: EM's is_int() function causes problems when validating subquestions Dev: don't really understand why $funcName($params[0]) with is_int and 1 don't send true ... |
Affected Issues 07698 |
|
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
LimeSurvey: 2.05 48031749 2013-03-27 16:12 Details Diff |
Fixed issue 07698: EM's is_int() function causes problems when validating subquestions Dev: don't really understand why $funcName($params[0]) with is_int and 1 don't send true ... |
Affected Issues 07698 |
|
mod - application/helpers/expressions/em_core_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-03-22 16:49 | Mazi | New Issue | |
2013-03-22 16:49 | Mazi | Status | new => assigned |
2013-03-22 16:49 | Mazi | Assigned To | => DenisChenu |
2013-03-22 16:49 | Mazi | File Added: limesurvey_survey_565959.lss | |
2013-03-27 15:55 | DenisChenu | Note Added: 24879 | |
2013-03-27 15:59 | DenisChenu | Note Edited: 24879 | |
2013-03-27 16:08 | DenisChenu | Changeset attached | => LimeSurvey master 2f6ee193 |
2013-03-27 16:08 | DenisChenu | Note Added: 24880 | |
2013-03-27 16:08 | DenisChenu | Resolution | open => fixed |
2013-03-27 16:12 | DenisChenu | Changeset attached | => LimeSurvey 2.05 48031749 |
2013-03-27 16:12 | DenisChenu | Note Added: 24881 | |
2013-03-27 16:13 | DenisChenu | Status | assigned => resolved |
2013-03-27 16:13 | DenisChenu | Fixed in Version | => 2.05 RC |
2013-03-27 16:13 | DenisChenu | Fixed in Version | 2.05 RC => 2.00+ |
2013-04-08 21:59 | c_schmitz | Status | resolved => closed |