@Kineta
The new editor is neat, but it's literally changing my code whenever I try to edit it, which changes how it looks.
For example, here is a bit of code I sometimes use to make nested lists:
[list=1][*]ITEM 1[list][*]item A[*]item B[/list][*]ITEM 2[list][*]item C[*]item D[*]item E[/list][/list]
The code itself looks cramped, but the result looks nice:
There is no unnecessary extra spacing; everything is even. I don't mind keeping up with cramped code if the output is neat and tidy.
However, after this update, when I try to go and edit that same code, the source editor automatically changes it to this:
[list=1]
[*]ITEM 1
[list]
[*]item A
[*]item B
[/list]
[*]ITEM 2
[list]
[*]item C
[*]item D
[*]item E
[/list]
[/list]
...which would be fine, except this
completely changes what the list looks like:
Bloated and ugly. Is there no way to have the editor keep the code exactly as it's entered? Why does it change to something
literally different than what was entered? Please please
please give us some sort of option to keep the code exactly as we enter it, instead of automatically changing it to something unwanted and ugly.
EDIT: New problem - any size tags I use over 200 are automatically shrunk to size=200 when I go to edit the post.
EDIT 2: Another new problem, again involving list tags:
[list][color=#33CCCC]Here's the first line.[/color]
[color=#7F7FCC]Here's the second line. See how I'm not using list bullet tags? The old editor had no problem with this.[/color]
[color=#CC33CC]And here's the third line. Still not using bullets.[/color]
[*][color=#CC7F7F]Here's the fourth line, but this one has a bullet tag.[/color]
[color=#CCCC33]And here's the fifth line, but with no bullet tag again.[/color][/list]
The result:
Here's the first line.
Here's the second line. See how I'm not using list bullet tags? The old editor had no problem with this.
And here's the third line. Still not using bullets.
- Here's the fourth line, but this one has a bullet tag.
And here's the fifth line, but with no bullet tag again.
No problems. The list is fluid and perfectly organized.
Now if I try to edit that same code, here's what the editor thinks I want:
[list]
Here's the first line.Here's the second line. See how I'm not using list bullet tags? The old editor had no problem with this.And here's the third line. Still not using bullets.[*][color=#CC7F7F]Here's the fourth line, but this one has a bullet tag.[/color]
[color=#CCCC33]And here's the fifth line, but with no bullet tag again.[/color]
[/list]
Which gives us... this:
Here's the first line.Here's the second line. See how I'm not using list bullet tags? The old editor had no problem with this.And here's the third line. Still not using bullets.- Here's the fourth line, but this one has a bullet tag.
And here's the fifth line, but with no bullet tag again.
What is this even