Editor keeps eating my posts

Started by
7 comments, last by Cornstalks 11 years, 1 month ago

When I tried posting this post, it ate everything after my code block when I posted it. I had to make several edits to get the stuff back in after the code block.

When I tried posting this post, everything after the last code block was eaten and I had to edit it to get that stuff after the last code block back in (luckily I was prepared for this and had copied my post before I hit the "Post" button).

Honestly, we (and apparently others using the same forum software) have so many problems with this crappy editor it's ridiculous. I wish we had something like StackOverflow. Their editor provides minimal functionality but everything you need. No WYSIWYG editor (but it gives you a live preview, which is, IMO better), no crappy list of fonts (seriously? Comic Sans?), etc. Their editor is lean, quick, and stable.

We don't have to use the same markup as SO, but honestly, this editor is pure crap. Adding features isn't what makes a good editor. Stability and robustness is what makes it a good editor.

[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]
Advertisement

Please? Anyone? This keeps happening. If I post a code block but write text below my code block, it disappears and I have to re-edit to replace the text back in after the code block.

[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]

My rage for this editor knows no bounds. I have experienced what you are describing as well.. IPS is pretty much refactoring their whole suite, which is an interesting response to a problem with the editor. I just hope they keep patching the problems with it or make the new version pluggable so we can swap it out.

I'm having a Teal'c moment here. "I do not understand." Why is the editor eating up my < ul > tags?! Why?! I saved it 5 times and every time it ate up the tags! What manner of sorcery is this?

And why doesn't the < p > tags cause a space between paragraphs? I don't have to actually put a < br > inbetween them do I?

Beginner in Game Development?  Read here. And read here.

 

The editor is fundamentally flawed in its design, which you can see by the fact that it double encodes things - eg. The [ quote ] tags work both in the rich edit mode and in the BBCode mode. And once you start double encoding things it means the editor must be making guesses about what is valid to encode and what is not, and guaranteeing a lossless round-trip between the raw and the rich modes becomes impossible. With this in mind, you have to expect corruption to occur when you perform edits as there is no single canonical representation of any given piece of text.

So I pretty much treat the editor as actively hostile. The safest route is just to switch it to the BBCode mode with the button at the top left and enter everything the old-fashioned way.

Test: quote tags used from rich edit mode

I've had the "everything after the code tag is deleted" issue quite a few times too... Very infuriating.

When using the WYSIWYG editor, I've taken to switching into raw mode and back again, which lets the local JavaScript mangle your syntax before sending it to the server, because there seems to be more bugs on the server's end (like, deleting half my posts)...
I've had the "everything after the code tag is deleted" issue quite a few times too... Very infuriating.

When using the WYSIWYG editor, I've taken to switching into raw mode and back again, which lets the local JavaScript mangle your syntax before sending it to the server, because there seems to be more bugs on the server's end (like, deleting half my posts)...
[edit] how fitting... In a thread about half-missing posts, my complaint gets double posted!

[edit] how fitting... In a thread about half-missing posts, my complaint gets double posted!

I think the forum software knew you were talking about it, so it decided to double post your comment just in case it lost one of them...
[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]

This topic is closed to new replies.

Advertisement