Fixed Indent

Wildcat Media

Well-known member
Affected version
2.2.1
So if I want to create a post.


And I want to indent just this paragraph.​

I'm getting a list decoration in front of (or on top of) the indented paragraph in the editor.

So it looks like this in the editor (don't mind the yellow--I only used that to make this stand out from the rest of the post):

1605810786891.webp

Now if I do this again...
  • And want to indent this little bit here...
...I have to go to the first indented word and press backspace three times to get it to look as it does here. I won't edit this further in case staff wants to look at the BBCode view to see what's up.
 
Wow. So if I submit the post, it renders as it does above, like this:

1605811008795.png

And my indent in the second test ended up rendering with text decoration also:

1605811138359.webp
 
Interesting. I can replicate on here but not on my site. So seems to be related to a change that hasn't been rolled out to customers yet. Basically Indent behaves as if you had already started an unordered list, jumping to the empty bullet icon and skipping to the next line. Looking at the BBCode, it appears that it is inserting an unordered list along with the Indent.

Code:
[LIST]
[*][LIST]
[*]
[/LIST]
[/LIST]
[INDENT][/INDENT]
 
This won't be rolled out instantly, but this is fixed now. It is actually a bug/change in behavior in Froala 3.2.3 (which XF 2.2.2 now uses):


We've rolled back the specific changes they've made for this.
 
Top Bottom