Michael Weiss

Results 7 comments of Michael Weiss

I tracked this down to ``` .rte-hide-caret { caret-color: transparent; } ``` It appears to be a bug in iOS safari, e.g. it does not update the value of the...

Thanks for reporting this! I'm wary of adding special cases to the js code for browser specific bugs (although Android and mac have a few) since that can get out...

I'm not sure what's causing your issue, but here's a sample repository that shows two editors on one page where as far as I can tell selection state updates as...

Thanks for reporting this! I'm not able to reproduce this, do you have more details? For example, a screenshot or video of the issue, or if you're using a custom...

Hey sorry for not responding to this very quickly. It's not the best excuse, but I've been busy with other projects, and reading over this bug it seemed to be...

Thanks for bringing this issue up. This was one of the edge cases that I wasn't sure if it should be made possible. In the `markdown` spec for example, any...

Thanks for reporting this. I think this is a good start, but it would also require logic changes on the Elm side as well. Currently, if characterDataMutations are passed to...