Bug #1515

HTML list should be outside when exporting rich text

Added by Zbigniew Rebacz over 7 years ago. Updated over 7 years ago.

Status:ApprovedStart date:08/21/2016
Priority:NormalDue date:
Assignee:Zbigniew Rebacz% Done:

0%

Category:RichTextSpent time:-
Target version:Release 2017.1

Description

I think we have got problem with exporting list - it is not exactly the same list we have got in our rich text editor. The problem here is that when text is longer it starts when bullet point starts. In my opinion it doesn't look grate - and should be fixed and backported.

Here is solution (RichText/EncodeHTML.cpp - line 75)

        style << ";list-style-position:outside;";

Above solution is 100% compatible with our current RichText implementation. Moreover it should help our online documentation to look better.

History

#1 Updated by Zbigniew Rebacz over 7 years ago

  • Status changed from New to Patch ready

#2 Updated by Miroslav Fidler over 7 years ago

  • Status changed from Patch ready to Ready for QA
  • Assignee changed from Miroslav Fidler to Zbigniew Rebacz

'outside' is default, so I have just commented out the line...

#3 Updated by Zbigniew Rebacz over 7 years ago

  • Status changed from Ready for QA to Approved

Fixed with journeys :)

Also available in: Atom PDF