poblish / bannedList-Plugin

#BannedList Plugin
3 stars 1 forks source link

Editing broken on some/many/all sites #12

Closed poblish closed 12 years ago

poblish commented 12 years ago

Plugin doesn't work well in editable text frames, and this can cause corruption if the user doesn't notice, and then saves their "changes" !

Need a change to ensure we either completely ignore editable text, or else have a proper fix (in which case we can support live blog editing, etc.)

poblish commented 12 years ago

We can't put <span> into <textarea>, so we simply have to ignore them. If we want to support WordPress, Blogger, etc., we need to find a way to "send commands" to their Editor object, or something like that.

poblish commented 12 years ago

We now exclude <textarea> and all is well.