Page 1 of 1

(solved) [BUG] Ordered lists show as unordered lists

Posted: Sun Sep 16, 2018 12:33 pm
by Muppet9010
ordered list is shown in both preview and submitted as an unordered list.
  1. ordered
  • unordered

Code: Select all

[list=1][*]ordered[/list]
[list][*]unordered[/list]

Re: ordered list is shown in both preview and submitted as an unordered list

Posted: Sun Sep 16, 2018 12:58 pm
by Tekky
I can confirm this error.

Interestingly, the BBCode help documentation on ordered lists is also affected by this bug. It attempts to display ordered lists as examples, but instead displays unordered lists.

Re: [BUG] Ordered lists show as unordered lists

Posted: Thu Sep 20, 2018 11:47 pm
by Tekky
I believe I have found the reason for this problem. The "factorio" and "factorio_wide" board styles are buggy. When I switch to "prosilver" board style, it works perfectly.

This support thread from the official phpBB forum might help in fixing the problem:
https://www.phpbb.com/community/viewtop ... &t=2415896

However, I believe the problem discussed in that phpBB thread is not completely identical to the problem on the Factorio forum, because they were discussing ordered lists not appearing at all, whereas the problem on the Factorio forum is that ordered lists are appearing as unordered lists.

Possibly the Factorio custom board style simply contains a small error.

Re: [BUG] Ordered lists show as unordered lists

Posted: Wed Sep 26, 2018 2:12 pm
by Sanqui
Minor styling error, fixed. Thanks!

Re: [BUG] Ordered lists show as unordered lists

Posted: Wed Sep 26, 2018 2:21 pm
by Tekky
Thanks for fixing it. :)

Re: [BUG] Ordered lists show as unordered lists

Posted: Wed Sep 26, 2018 3:10 pm
by darkfrei
What is with spoiled code?
code

Re: [BUG] Ordered lists show as unordered lists

Posted: Wed Sep 26, 2018 3:26 pm
by Sanqui
darkfrei wrote:
Wed Sep 26, 2018 3:10 pm
What is with spoiled code?
code
This might actually be a deeper rooted problem in how phpBB handles bbcode, since that seem to have undergone some rewrite :/ I'll see about fixing it though.