[Webkit-unassigned] [Bug 51211] bluring and focusing contentEditable region doesn't preserve cursor position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 13:49:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51211





--- Comment #4 from Ojan Vafai <ojan at chromium.org>  2010-12-16 13:49:38 PST ---
Another case where this causes problems is making keyboard accessible toolbars for rich-text areas. The toolbar needs focus to be keyboard accessible, but that clears the selection. So you have to store the selection before it's blurred. Right now, you have to capture all the places in your code that might blur the rich-text area.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list