[Webkit-unassigned] [Bug 11767] REGRESSION: Clicking on scrollbar of textarea does not fully focus the textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 11 16:12:32 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11767





------- Comment #2 from sam at webkit.org  2007-02-11 16:12 PDT -------
After a little investigating, it seems that this is happening because
HTMLTextAreaElement::updateFocusAppearance() is not being called when the the
<textarea> is focused by a mouse click to the scrollbar area.  It works for
tabbing into it because the tabbing mechanism (FocusController) calls
HTMLTextAreaElement::focus() (which it probably shouldn't, but rather call
Document::setFocusedNode() instead), which calls HTMLTextAreaElement::
updateFocusAppearance().


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



More information about the webkit-unassigned mailing list