View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08887 | Bug reports | Survey editing | public | 2014-03-21 09:45 | 2014-04-04 10:26 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 08887: Question text / admin : unable to use & gt ; (and a a lt ;) | ||||
Description | When try to use " 1 & lt ; 2 " this was updated to 1 < 2, this broke HTML validation. | ||||
Steps To Reproduce | Deactivate XSS or log in admin and try to put example of question : Yes/No: Or some script example (see the included text file) | ||||
Additional Information | unable to use :& #123 ; or & #125 ; for { } and deactivate EM too. Answers part aren't recoded The bug is here : And more, this line : Need to be moved in LSYii_Validators class and Question::model (I think) | ||||
Tags | No tags attached. | ||||
Attached Files | simplejs.txt (105 bytes)
<pre> <script> $(function() { $("#question{QID}").hide(); }); </script> </pre> | ||||
Bug heat | 4 | ||||
Complete LimeSurvey version number (& build) | 140320 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant (FF23) | ||||
Database type & version | not relevant | ||||
Server OS (if known) | debian/linux | ||||
Webserver software & version (if known) | apache | ||||
PHP Version | PHP Version 5.3 | ||||
related to | 08818 | closed | DenisChenu | Bug reports | Comparison operators (< and >) get converted to HTML-entities in expressions in questions |
Not all the children of this issue are yet resolved or closed. |
No problem to take the bug and fix it before Thuersday, but someine know the reason of this line ? With HTML editor in popup : é stay é (not & eacute ;) and < replaced by & lt ; : it's OK for me (and toto stay like that) |
|
I think it is an old left-over. |
|
Yes so am i, and think CK editor are updated and don't need : fixCKeditorText I have a look for this one too |
|
Set to feedback if someone see a reason of this. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14056 |
|
For fckEditor: |
|
2.05+ Build 140404 released. |
|
LimeSurvey: master c4e45cc6 2014-03-21 16:17 Details Diff |
Fixed issue 08887: Question text and help : unable to use html entities of < and > for admin Dev: did we need to move fixCKeditor to model, think yes but unsure |
Affected Issues 08887 |
|
mod - application/controllers/admin/database.php | Diff File | ||
mod - application/core/LSYii_Validators.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-03-21 09:45 | DenisChenu | New Issue | |
2014-03-21 09:45 | DenisChenu | File Added: simplejs.txt | |
2014-03-21 09:46 | DenisChenu | Additional Information Updated | |
2014-03-21 09:47 | DenisChenu | Relationship added | related to 08818 |
2014-03-21 09:50 | DenisChenu | Note Added: 29475 | |
2014-03-21 09:55 | c_schmitz | Note Added: 29476 | |
2014-03-21 10:06 | DenisChenu | Note Added: 29478 | |
2014-03-21 10:06 | DenisChenu | Assigned To | => DenisChenu |
2014-03-21 10:06 | DenisChenu | Status | new => assigned |
2014-03-21 10:06 | DenisChenu | Note Added: 29479 | |
2014-03-21 10:06 | DenisChenu | Status | assigned => feedback |
2014-03-21 16:17 | DenisChenu | Changeset attached | => LimeSurvey master c4e45cc6 |
2014-03-21 16:17 | DenisChenu | Note Added: 29496 | |
2014-03-21 16:17 | DenisChenu | Status | feedback => assigned |
2014-03-21 16:17 | DenisChenu | Status | assigned => feedback |
2014-03-21 16:17 | DenisChenu | Resolution | open => fixed |
2014-03-21 16:20 | DenisChenu | Note Added: 29498 | |
2014-03-21 16:20 | DenisChenu | Status | feedback => assigned |
2014-03-22 11:25 | DenisChenu | Status | assigned => resolved |
2014-03-22 11:25 | DenisChenu | Fixed in Version | => 2.05+ |
2014-04-04 10:26 | c_schmitz | Note Added: 29674 | |
2014-04-04 10:26 | c_schmitz | Status | resolved => closed |
2019-11-01 17:25 | c_schmitz | Category | Survey design => Survey editing |