Sesky - you were nearly right, but you need to delete the words "it seems like" from your statement, it happens EVERY time!
And while I was trying to write this post I came across another new bug - the strikethrough (3rd icon) from the above post-edit toolbar no longer works!
This line hasn't been crossed out...
but this one has!
Or has it?
If we look at the HTML, for the 3 lines above it says:
<p>This line hasn't been crossed out...</p>
<p><span style="text-decoration: line-through;">but this one has!</span></p>
<p>Or has it?<span style="text-decoration: line-through;"><br /></span></p>
As you can see, the last line thinks it has a strikethrough too. And when I was writing it i couldn't get it to not strikethrough whilst typing, i could only select the whole line after I finished and then remove the strikethrough.
Now this could possibly be a problem with the forum engine, but with WGT's track record I'd stake my house (if I had one) on it being their doing, having probably come in with the last update.
A few other strange things in that HTML (there has been no manual manipulation of the HTML code), is the Span Style="text direction" on the last line is after the text, whereas on the previous line it is before the text. Having just looked it up, the command "</span> towards the end of the line is supposed to end the strikethrough, but that didn't work because the strikethrough continued on the next line, and the only way I could get rid of the strikethrough was by selecting the text after I'd written it and toggling the strikethrough button off. In theory, the "<span style" and its corresponding "</span>" on the last line is redundant because there's nothing for it to strikethrough, so I don't understand how/why it got put in. Also, there is a line break command (br) on the last line but not on any other line, even though the line breaks are physically there on each line!
What a mess!