Bug 401134 - Help browser displays escape characters
Summary: Help browser displays escape characters
Status: RESOLVED FIXED
Alias: None
Product: cantor
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Filipe Saraiva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-17 08:12 UTC by Antonio Rojas
Modified: 2018-11-17 11:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 18.12
Sentry Crash Report:


Attachments
Screenshot (830.83 KB, image/png)
2018-11-17 08:12 UTC, Antonio Rojas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2018-11-17 08:12:40 UTC
Created attachment 116366 [details]
Screenshot

In 18.12 beta, the help browser text is unreadable since all spaces are turned into escape characters. See screenshot.
Comment 1 Nikita Sirgienko 2018-11-17 11:17:47 UTC
Git commit 879f412c713adb8659bf098af786f082349c4025 by Nikita Sirgienko.
Committed on 17/11/2018 at 11:15.
Pushed by sirgienko into branch 'master'.

Remove inheritance HelpResult from TextResult and add support to create HelpResult from html directly.
It's fix unreadable help result for Sage

Also increase soversion, because the change breaks ABI.
FIXED-IN: 18.12

M  +8    -11   src/backends/sage/sageexpression.cpp
M  +1    -3    src/lib/CMakeLists.txt
M  +40   -5    src/lib/helpresult.cpp
M  +11   -2    src/lib/helpresult.h

https://commits.kde.org/cantor/879f412c713adb8659bf098af786f082349c4025
Comment 2 Nikita Sirgienko 2018-11-17 11:18:10 UTC
Git commit 29de6587d2e697cf2a285abe31ede2544f0a5e0b by Nikita Sirgienko.
Committed on 17/11/2018 at 11:17.
Pushed by sirgienko into branch 'Applications/18.12'.

Remove inheritance HelpResult from TextResult and add support to create HelpResult from html directly.
It's fix unreadable help result for Sage

Also increase soversion, because the change breaks ABI.
FIXED-IN: 18.12
(cherry picked from commit 879f412c713adb8659bf098af786f082349c4025)

M  +8    -11   src/backends/sage/sageexpression.cpp
M  +1    -3    src/lib/CMakeLists.txt
M  +40   -5    src/lib/helpresult.cpp
M  +11   -2    src/lib/helpresult.h

https://commits.kde.org/cantor/29de6587d2e697cf2a285abe31ede2544f0a5e0b