Christopher Blum

Results 46 comments of Christopher Blum

There are still clients out there who will send the old `allButTextLevelOnly` value to the server

Hi, @nallej, we are unable to replicate this issue. Where did you see it happening?

Closing because of inactivity. @nallej feel free to comment (see my question above) and we will reopen.

A fix for this is currently stuck in review at Mozilla. Might take 1-2 weeks

I can reproduce this with OSX Mountain Lion and latest master.

Looks good to me. Scheduled for v0.5. Other events that should be proxied: click, mousedown, mouseup, mouseover, mouseout, paste, drop

@Petah can you please use a different way for promoting your editor. Raptor looks nice. I especially like the "raptorize" option. Thanks. @pimago Having a character limit option could be...

Something like this could work (untested): editor.observe("load", function() { editor.composer.element.addEventListener("keyup", function() { editor.composer.iframe.style.height = editor.composer.element.scrollHeight + "px"; }); }); I'm considering it to implement it for wysihtml5 0.4. Please don't...

I hope I can implement something for v0.4. @wvl Well apparently you are right: opening an issue is probably the best way right now to get an answer and share...

Of course. Coming soon!