View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
16434 | Bug reports | Survey editing | public | 2020-06-26 17:39 | 2020-07-06 13:21 |
Reporter | gabrieljenik | Assigned To | |||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 4.3.1 | ||||
Summary | 16434: Special characters shown as HTML entities in sidebar | ||||
Description | Screenshot attached | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 10 | ||||
Complete LimeSurvey version number (& build) | 4.3.0 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | Mysql | ||||
Server OS (if known) | |||||
Webserver software & version (if known) | |||||
PHP Version | 7 | ||||
Ok, so special characters should be shown as they are and not as html entities. My call for fixing this was to use strip_tags. So, the attached example (which has special characters resembling tags on the WYSIWYG editor, not the source view) should look like this on the side bar: What do you think? |
|
PR: https://github.com/LimeSurvey/LimeSurvey/pull/1452 Text is flatten. After that. special chars are sent to the sidebar. Tags, which could be formed by special chars re-coded, are not sent. |
|
But : Seems test is not really flatten here ? |
|
Oh : here is not a tag , it's a HTML false tag ? Can you send the lss please ? If right : 3.X have same issue |
|
FYI. We have followed discussion with @Denis on github PR. Made me think, how should special characters travel from server to front end. I believe they should travel as text. That's how it is set now. If it is fine, I will wrap it there and then open a new ticket for v3 |
|
Json send totally filtered caracter : it's the purpose of flatellipsise vue escape it again This is the issue |
|
Tested the issue by checking out to the branch. Special characters are not diplayed in question code,working as expected |
|
Since are shown in HTML editor : it must be shown in management :) It's a false tag. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=30243 |
|
Fixed in Release 4.3.3+200707 |
|
LimeSurvey: master 398d07fc 2020-07-02 16:41 Committer: GitHub Details Diff |
Fixed issue 16434: Special characters shown as HTML entities in sidebar (#1452) Dev: Text is flatten. After that. special chars are sent to the sidebar. Tags, which could be formed by special chars re-coded, are not sent. |
Affected Issues 16434 |
|
mod - application/controllers/admin/surveyadmin.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-26 17:39 | gabrieljenik | New Issue | |
2020-06-26 17:39 | gabrieljenik | File Added: adadadad.png | |
2020-06-26 17:43 | gabrieljenik | Note Added: 58530 | |
2020-06-26 17:43 | gabrieljenik | Note Edited: 58530 | |
2020-06-26 17:49 | gabrieljenik | Note Added: 58531 | |
2020-06-29 08:15 | DenisChenu | Note Added: 58534 | |
2020-06-29 16:46 | DenisChenu | Note Added: 58560 | |
2020-06-29 16:46 | DenisChenu | File Added: Capture d’écran du 2020-06-29 16-45-30.png | |
2020-06-29 16:46 | DenisChenu | File Added: Capture d’écran du 2020-06-29 16-46-04.png | |
2020-06-29 22:11 | gabrieljenik | Note Added: 58565 | |
2020-06-30 08:38 | DenisChenu | Note Added: 58569 | |
2020-06-30 16:01 |
|
Note Added: 58584 | |
2020-06-30 16:01 |
|
File Added: 16434_Specialchar_QuestionCode.png | |
2020-06-30 16:45 | DenisChenu | Note Added: 58589 | |
2020-07-02 14:43 | gabrieljenik | Changeset attached | => LimeSurvey master 398d07fc |
2020-07-02 14:43 | guest | Note Added: 58652 | |
2020-07-06 13:21 | lime_release_bot | Note Added: 58708 | |
2020-07-06 13:21 | lime_release_bot | Status | new => closed |
2020-07-06 13:21 | lime_release_bot | Resolution | open => fixed |