You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multiple levels of indent in numbered or bullet lists, where we jump an extra indent level from the previous line, we seem to see excess bullet/numbers leading up to the indent.
This behavior seems to occur on the sandbox environment.
Steps to Reproduce
add a multiple level bullet point list, skipping one of the levels of indent, and it will show excess bullets.
Expected Behaviour
text should just be indented to the correct level without the leading bullet points.
Screenshots or Additional Context
Browser Details
Chrome 104
Exact BookStack Version
v22.07.3
PHP Version
8.1
Hosting Environment
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
I can confirm there's currently a difference between display of this in-WYSIWYG editor and on page-view which I'd see as the primary issue here.
Not totally sure what the correct display of multi-level nesting should be, think there's an argument to still show other list markings, but force nested levels to their own line. Will need to play with other platforms and play with nested markdown list behaviour to decide on an approach.
I've been hitting this issue as well. The issue only seems to occur when using the increase indentation button. Using the indent button on an ordered list gets the weird behavior described above. However, manually adding something like style="padding-left: px;" to the <ol> element works just fine. Given the not so pretty nature of the HTML code, this workaround can be a bit of a chore.
This has now been addressed in d933fe5 by accepting the editor's default formatting option for list elements. Will be part of the next feature release. Note: this is on formatting detail, or list structure option, that would be lost if you ever switch the editor to markdown (Clean content).
If additional margin is desired for all nested lists, it would be better to approach this via style overrides instead.
Describe the Bug
When using multiple levels of indent in numbered or bullet lists, where we jump an extra indent level from the previous line, we seem to see excess bullet/numbers leading up to the indent.
This behavior seems to occur on the sandbox environment.
Steps to Reproduce
add a multiple level bullet point list, skipping one of the levels of indent, and it will show excess bullets.
Expected Behaviour
text should just be indented to the correct level without the leading bullet points.
Screenshots or Additional Context
Browser Details
Chrome 104
Exact BookStack Version
v22.07.3
PHP Version
8.1
Hosting Environment
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: