View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
11072 | Bug reports | Expression Manager | public | 2016-04-28 14:44 | 2016-04-30 16:13 |
Reporter | Karel_UTwente | Assigned To | ollehar | ||
Priority | immediate | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.50.x | ||||
Fixed in Version | 2.50.x | ||||
Summary | 11072: slider numerical input does not update expression manager | ||||
Description | Sliders change their underlying input's values directly - the expression manager is updated through the input's keyup event, and is thus never called. | ||||
Steps To Reproduce | Create a question with (multiple?) numerical input. Both questions work as expected in 'normal' input field. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | Version 2.50+ Build 160428 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome | ||||
Database type & version | MySQL 5.5.46 | ||||
Server OS (if known) | ubuntu4.14 | ||||
Webserver software & version (if known) | Apache/2.4.7 (Ubuntu) | ||||
PHP Version | PHP Version 5.5.9-1ubuntu4.14 | ||||
I've added the following to my template.js to fix it, temporarily. // Ugly hack to force sliders to fire the underlying input's keyup event so in-group expressions are properly updated. |
|
We don't trigger keyup in current version. That might be the problem. |
|
yep |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=18813 |
|
Should be fixed. Can you pull and check if it works for you? |
|
I quickly did a drop-in replace of the affected file, seems to have done the trick, thanks! |
|
Version 2.50+ Build 160430 released |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-28 14:44 | Karel_UTwente | New Issue | |
2016-04-28 14:44 | Karel_UTwente | File Added: limesurvey_survey_714962.lss | |
2016-04-28 15:43 | c_schmitz | Assigned To | => LouisGac |
2016-04-28 15:43 | c_schmitz | Status | new => assigned |
2016-04-28 15:43 | c_schmitz | Priority | none => high |
2016-04-28 15:44 | c_schmitz | Priority | high => immediate |
2016-04-29 11:09 | ollehar | Assigned To | LouisGac => ollehar |
2016-04-29 11:12 | Karel_UTwente | Note Added: 38006 | |
2016-04-29 11:21 | ollehar | Note Added: 38009 | |
2016-04-29 11:22 | ollehar | Assigned To | ollehar => LouisGac |
2016-04-29 11:27 | Karel_UTwente | Note Added: 38012 | |
2016-04-29 11:34 | ollehar | Changeset attached | => LimeSurvey master 0dfb870a |
2016-04-29 11:34 | ollehar | Note Added: 38015 | |
2016-04-29 11:34 | ollehar | Assigned To | LouisGac => ollehar |
2016-04-29 11:34 | ollehar | Resolution | open => fixed |
2016-04-29 11:34 | ollehar | Note Added: 38016 | |
2016-04-29 11:34 | ollehar | Status | assigned => resolved |
2016-04-29 11:34 | ollehar | Fixed in Version | => 2.5 |
2016-04-29 11:53 | Karel_UTwente | Note Added: 38018 | |
2016-04-30 16:13 | c_schmitz | Note Added: 38040 | |
2016-04-30 16:13 | c_schmitz | Status | resolved => closed |