-
Notifications
You must be signed in to change notification settings - Fork 838
It looks like, textarea placeholders are not supperted. #136
Comments
From descrption: Does not create a separate frame, backup text areas etc - instead keeps it simple and runs everything inline in a DIV |
I've added this in as a bit of a hack. Works in the above commit. Please test and let me know if it breaks anything. |
Currently I'm a little short on time - will report back asap. |
No problems - I've been testing it with some others here these past days. Working like a treat. The only problem I've come across is if you cut/paste an image into the editor, without typing any text, it will do a focus(), which triggers the placeholder check. For some reason (to be determined), it will reset to placeholder. However, stick some text in first and it's fine. This also happens if you are using the HTML button I merged in, because it does the same thing. Basically, text first then image, and you'll be fine - just a heads up! |
Are there any plans to integrate this feature?
The text was updated successfully, but these errors were encountered: