Re: [editing-explainer] What caret positions do we need to allow? (#51)

@rniwa If you try contenteditable right now, there are numerous places where the caret simply cannot go or at least isn't painted -- no matter whether put there programmatically or directly by movement. See for example this example: https://bug873883.bugzilla.mozilla.org/attachment.cgi?id=751510 . We also referred to this bug in this article: http://dl.acm.org/citation.cfm?id=2723154&CFID=675158185&CFTOKEN=70294709 . 

This is probably one of the top 5 bugs that make working with contenteditable near impossible in 2015. That's why we need an authoritative list of places where the caret needs to be able to be positioned for ContentEditableTyping.



---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing-explainer/issues/51#issuecomment-106150093

Received on Thursday, 28 May 2015 02:26:07 UTC