Alex Bennée
Alex Bennée
I can re-create the problem although it looks like the button is still there just hidden behind the send button. Currently the textarea.js just naively places the img element next...
@frobtech could you see if the change I've made helps your setup. It's a bit hacky but if you come up with any better positioning for css/textareas.css then please submit...
I'm beginning to think the only way we can ensure the edit button is always visible it to include it inside the div or textarea block. However if we do...
However that approach is also problematic as the webapp may well zap the contents of the div/textarea during it's start-up (my experiment on Gmail confirms this).
I had a look at what It's All Text does on Firefox. It seems Firefox gets different HTML (a body tag rather than editable div) and It's All Text doesn't...
This would be a useful feature. I would suggest it's something you could trigger from the toolbar menu much like the Ad blocker whitelisting functions.
Have you got an example URL for the editor I can look at?
I need an example URL to a page with the editor so I can see what is going on.
I'll have to check this out on another machine but everything inside the editable div should be copied across.
What is this PR trying to achieve? I don't really want to merge a bunch of ancillary code motions and debug logs unless they are going to be useful in...