Issue 2874: Getting caret immediately after setting it sometimes returns wrong result http://code.google.com/p/chromium/issues/detail?id=2874
Comment #2 by jparent: This seems related to the way WebKit does selections as visible vs deep positions. The failures here are just two different representations of the same visual position, so to the user, these look the same. Related WebKit bugs: https://bugs.webkit.org/show_bug.cgi?id=17697 https://bugs.webkit.org/show_bug.cgi?id=6350 This causes a lot of horrible bugs for rich text editing that have no known workarounds. The top webkit bug here is the #1 complaint I get from users and is often sited as a reason that users perform their rich text editing in non webkit browsers. Please please please consider re-architecting this! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
