[quote=TheMaster99] Mahz, may I ask why you decided to remove BBCode tabs? Was there some pesky bug that you didn't want to make the entire BBCode system wait for, or something? I was looking forward to using them, but if they were causing a problem somehow then that's fine. Good work, I'll try to track down my error ([i]again[/i]) later today, once I have some spare time. EDIT: Also, when you highlight text, add a BBCode tag to it (was pleasantly surprised that it automatically wrapped the tags around the selection) and then Ctrl+Z, it highlights the entire post. Completely random and not really worth worrying about, but thought I might as well note it. EDIT 2: When you preview your post, you lose the ability to undo/redo - the editor seems to forget all previous actions. Again, not very important, but noteworthy. [/quote] - The tabs had some basic issues that aren't hard to solve, but I just wanted to reduce the surface area of the first release. - I actually started playing with my editor buttons to see if I could support native browser Undo/Redo, but the naive implementation had browser inconsistency issues. Not an impossible feat, but more effort than I'm willing to stop the world for. - Can't reproduce the Preview mode messing with native undo. The BBCode editor buttons themselves mess with undo because they don't trigger "InsertText" events. So interleaving manual writing with BBCode buttons will hose the undo system.