Hmm yes, I think I know the outcome of that JS bug: previewing was no longer refreshed automatically -- only done through going to a new page. Which isn't that important, really... I actually thought it was always done that way ;)
Hey, added the media code, and although preview showed me the 'me' closer, it wasn't in the final posted code!
Posted: March 28th, 2012, 09:54 PM
Okay, it only shows when doing a quick edit or a preview. Not when posting it directly. And since I fixed preview JS, the post box is no longer updated with the 'fixed' code that we see in preview. Which also means that previewing will fix stuff that posting won't.....??!!
PS: the me closer is added at the very end of the post.
Fixed!! :)
The bug was mine! In wedit::fixNesting, where I was testing against a list of non-self-closed tags. media is defined as a closed tag, but 'me' isn't, and so it was foolishly looking for [me and found one. I'm upset at me that I forgot to add a \b after the tag list!!
Posted: March 28th, 2012, 10:42 PM
Pandos, can you tell me if it works for you now?