View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
11800 | Bug reports | Survey taking | public | 2016-10-14 15:43 | 2017-07-21 17:07 |
Reporter | tpartner | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.54 | ||||
Fixed in Version | 3.0.x | ||||
Summary | 11800: Issues with question timer in answers_html branch | ||||
Description | Hi Denis, I assume you want these reported in Mantis. If not, let me know where to report. 1) The countdown is not reset when using /newtest/Y/ in the URL. Should this not start a new session, therefore a new countdown? 2) "Time limit expiry message display time" is broken - in line 183 of timer_javascript.php, the ".$time_limit_message_delay." variable is not defined. 3) Disabling the "Next" button works but shouldn't this also apply to the "Submit" button (on last page of survey)? 4) Maybe we should use fadeIn() and fadeOut() for the warnings. I find show() and hide() to be quite abrupt. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 2.54.3 (answers_html branch) | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | N/A | ||||
Database type & version | N/A | ||||
Server OS (if known) | N/A | ||||
Webserver software & version (if known) | N/A | ||||
PHP Version | N/A | ||||
Hi Tony: 1) The countdown is not reset when using /newtest/Y/ in the URL: no it's the desired behaviour : time is set in cookie. Think i update to use addClass("ls-hidden") (to be more framework agnostic) |
|
Fix committed to answers_html branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=21041 |
|
1: leave like 2.06 and older Example : |
|
Version 3.0.0-beta.1 released |
|
LimeSurvey: answers_html 8b977014 2016-10-16 18:25 Details Diff |
Fixed issue 11800 : time limit expiry message + disable submit Fixed issue 11795 : superfluous class .col-xs-12 in timer Dev : for 11800 : use css transition |
Affected Issues 11795, 11800 |
|
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/core/packages/limesurvey/survey.css | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/views/survey/question_timer/timer_content.php | Diff File | ||
mod - application/views/survey/question_timer/timer_footer.php | Diff File | ||
mod - application/views/survey/question_timer/timer_header.php | Diff File | ||
mod - application/views/survey/question_timer/timer_javascript.php | Diff File | ||
add - scripts/timer.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-10-14 15:43 | tpartner | New Issue | |
2016-10-14 15:43 | tpartner | Status | new => assigned |
2016-10-14 15:43 | tpartner | Assigned To | => DenisChenu |
2016-10-15 11:31 | DenisChenu | Note Added: 41369 | |
2016-10-16 16:27 | DenisChenu | Changeset attached | => LimeSurvey answers_html 8b977014 |
2016-10-16 16:27 | DenisChenu | Note Added: 41379 | |
2016-10-16 16:27 | DenisChenu | Resolution | open => fixed |
2016-10-16 16:29 | DenisChenu | Status | assigned => resolved |
2016-10-16 16:29 | DenisChenu | Fixed in Version | => 3.0.x |
2016-10-16 16:29 | DenisChenu | Note Added: 41382 | |
2016-10-16 16:29 | DenisChenu | Status | resolved => feedback |
2016-10-16 16:29 | DenisChenu | Resolution | fixed => reopened |
2016-10-16 16:30 | DenisChenu | Note Edited: 41382 | |
2016-10-16 16:30 | DenisChenu | Status | feedback => resolved |
2016-10-16 16:30 | DenisChenu | Resolution | reopened => fixed |
2016-10-16 16:30 | DenisChenu | Target Version | 2.55.x => 3.0 |
2017-07-21 17:07 | c_schmitz | Note Added: 44129 | |
2017-07-21 17:07 | c_schmitz | Status | resolved => closed |