View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06093 | Bug reports | Expression Manager | public | 2012-05-14 16:24 | 2012-05-17 10:27 |
Reporter | TMSWhite | Assigned To | TMSWhite | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 1.92+ | ||||
Fixed in Version | 1.92+ | ||||
Summary | 06093: Wrong result when comparing decimal values from equation question types in surveys using comma as decimal point | ||||
Description | Only applies to surveys using comma as the decimal separator. If an Equation question type has a decimal value, like "1,1", then comparisons against numbers may be wrong. For example, ("1,1" < 20) is false since JavaScript does not case "1,1" to a number | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 120509 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | Mysql 5.3 | ||||
Server OS (if known) | Windows XP | ||||
Webserver software & version (if known) | XAMPP | ||||
PHP Version | 5.3 | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=8435 |
|
Fix committed to Yii branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=8436 |
|
New 1.92+ version released. |
|
LimeSurvey: master e22e82fb 2012-05-14 09:25 Details Diff |
Fixed issue 06093: Wrong result when comparing decimal values from equation question types in surveys using comma as decimal point Dev added advanced_question attribute numbers_only to Equation question type |
Affected Issues 06093 |
|
mod - classes/expressions/LimeExpressionManager.php | Diff File | ||
mod - common_functions.php | Diff File | ||
LimeSurvey: Yii cfb49b73 2012-05-14 09:30 Details Diff |
Fixed issue 06093: Wrong result when comparing decimal values from equation question types in surveys using comma as decimal point Dev added advanced_question attribute numbers_only to Equation question type |
Affected Issues 06093 |
|
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-05-14 16:24 | TMSWhite | New Issue | |
2012-05-14 16:24 | TMSWhite | Status | new => assigned |
2012-05-14 16:24 | TMSWhite | Assigned To | => TMSWhite |
2012-05-14 16:27 | TMSWhite | Changeset attached | => LimeSurvey master e22e82fb |
2012-05-14 16:27 | TMSWhite | Note Added: 18736 | |
2012-05-14 16:27 | TMSWhite | Resolution | open => fixed |
2012-05-14 16:31 | TMSWhite | Changeset attached | => LimeSurvey Yii cfb49b73 |
2012-05-14 16:31 | TMSWhite | Note Added: 18737 | |
2012-05-14 16:36 | TMSWhite | Status | assigned => resolved |
2012-05-14 16:36 | TMSWhite | Fixed in Version | => 1.92+ |
2012-05-17 10:27 | c_schmitz | Note Added: 18818 | |
2012-05-17 10:27 | c_schmitz | Status | resolved => closed |