View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08554 | Bug reports | Accessibility | public | 2014-01-17 20:38 | 2015-06-04 14:58 |
Reporter | mlhess | Assigned To | c_schmitz | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.05+ | ||||
Summary | 08554: Hover over answers no longer showing value | ||||
Description | When I hovered over answer choices, it used to show the value of the answer | ||||
Steps To Reproduce | I can provide Sam a survey dump file, but I would rather not post it in public. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 4fdc3362ac186dd12b156dc3ae8b | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Chrome and Firefox | ||||
Database type & version | mysql | ||||
Server OS (if known) | linux | ||||
Webserver software & version (if known) | apache 2 | ||||
PHP Version | php 5.3 | ||||
related to | 06698 | closed | DenisChenu | All array question type have accessibility problem |
parent of | 09660 | closed | DenisChenu | Outdated title and broken title in Array question type |
Denis it looks like this title element was removed by you when fixing 06698 |
|
Maybe it's better if we add the title in td ? With JS : we can easily use label for title (usability), it can be done in survey.js somewhere. BUT : we have to remove EM expression from title : if answer have EM inside : title can be broken. |
|
PS: we can add title to 'fixed answer' aray, seems we don't add title in some aray before:
And some other was escaped: Best ?
You can give it to me if needed. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=13743 |
|
2.05+ Build 140125 released |
|
Attached survey show broken system. The title can easily be updated in JS by template Actually this broke survey .... PS : The array with "fixed answer" (Yes/No/Unceratin, Increase/decrease/same) don't have the title (but they can). |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=15385 |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=15386 |
|
LimeSurvey: master f0c8fe3e 2014-01-22 16:52 Details Diff |
Fixed issue 08554: Hover over answer options no longer showing value |
Affected Issues 08554 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
LimeSurvey: master 4ee5f2e7 2015-06-04 14:46 Details Diff |
Fixed issue 09660: Outdated title and broken title in Array question type Dev: use javascript to fix 08554: Hover over answers no longer showing value Dev: add title for all array type, maybe remove for Array by column and Array dual scale (dropdown) Dev: Using existing label ensure is updated with EM Dev: this don't break screen reader showing 2 times the same text |
Affected Issues 08554, 09660 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - scripts/survey_runtime.js | Diff File | ||
LimeSurvey: 2.06 66b96a6f 2015-06-04 14:58 Details Diff |
Fixed issue 08554: Hover over answers no longer showing value Dev: issue 09660 don't happen in 2.06 Dev: add title for all array type, maybe remove for Array by column and Array dual scale (dropdown) Dev: Using existing label ensure is updated with EM Dev: this don't break screen reader showing 2 times the same Dev: using the function id .ready allow to update it easily in template Dev: don't use .tooltip : jqueryui.css is really outdated |
Affected Issues 08554, 09660 |
|
mod - scripts/survey_runtime.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-01-17 20:38 | mlhess | New Issue | |
2014-01-17 20:38 | mlhess | File Added: Screen Shot 2014-01-17 at 2.34.36 PM.png | |
2014-01-17 21:03 | c_schmitz | Relationship added | related to 06698 |
2014-01-17 21:03 | c_schmitz | Issue Monitored: DenisChenu | |
2014-01-17 21:04 | c_schmitz | Note Added: 27972 | |
2014-01-17 21:04 | c_schmitz | Assigned To | => c_schmitz |
2014-01-17 21:04 | c_schmitz | Status | new => feedback |
2014-01-18 10:37 | DenisChenu | Note Added: 27982 | |
2014-01-18 10:38 | DenisChenu | Note Edited: 27982 | |
2014-01-18 10:46 | DenisChenu | Note Added: 27983 | |
2014-01-22 16:58 | c_schmitz | Changeset attached | => LimeSurvey master f0c8fe3e |
2014-01-22 16:58 | c_schmitz | Note Added: 28087 | |
2014-01-22 16:58 | c_schmitz | Resolution | open => fixed |
2014-01-22 16:58 | c_schmitz | Status | feedback => resolved |
2014-01-22 16:58 | c_schmitz | Fixed in Version | => 2.05+ |
2014-01-25 17:22 | c_schmitz | Note Added: 28149 | |
2014-01-25 17:22 | c_schmitz | Status | resolved => closed |
2015-06-04 08:47 | DenisChenu | Note Added: 32286 | |
2015-06-04 08:47 | DenisChenu | Status | closed => feedback |
2015-06-04 08:47 | DenisChenu | Resolution | fixed => reopened |
2015-06-04 08:47 | DenisChenu | File Added: limesurvey_survey_ArrayBrokenTitle.lss | |
2015-06-04 08:47 | DenisChenu | Severity | minor => partial_block |
2015-06-04 08:50 | DenisChenu | File Added: Capture du 2015-06-04 08:48:15.png | |
2015-06-04 09:03 | DenisChenu | Note Edited: 32286 | |
2015-06-04 14:06 | DenisChenu | Note Edited: 32286 | |
2015-06-04 14:36 | DenisChenu | Relationship added | parent of 09660 |
2015-06-04 14:36 | DenisChenu | Note Added: 32289 | |
2015-06-04 14:36 | DenisChenu | Status | feedback => closed |
2015-06-04 14:36 | DenisChenu | Resolution | reopened => fixed |
2015-06-04 14:46 | DenisChenu | Changeset attached | => LimeSurvey master 4ee5f2e7 |
2015-06-04 14:46 | DenisChenu | Note Added: 32291 | |
2015-06-04 14:58 | DenisChenu | Changeset attached | => LimeSurvey 2.06 66b96a6f |
2015-06-04 14:58 | DenisChenu | Note Added: 32292 | |
2021-08-02 17:52 | guest | Bug heat | 4 => 6 |