[Webkit-unassigned] [Bug 29937] caretRangeFromPoint() returns wrong result for text in <textarea>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 30 16:06:10 PDT 2009


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





--- Comment #3 from Sam Weinig <sam at webkit.org>  2009-09-30 16:06:10 PDT ---
shadowAncestorNode() tells us if we are in a shadow tree, which is an
implementation detail of how we represent certain form controls.  To the user,
clicking in a textarea is just like clicking on an opaque replaced element. 
The important take away is that stuff in the textarea cannot be made visible in
this fashion.

-- 
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