[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
Fri Sep 7 14:05:11 PDT 2012


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


Elliott Sprehn <esprehn at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |esprehn at chromium.org




--- Comment #7 from Elliott Sprehn <esprehn at chromium.org>  2012-09-07 14:05:26 PST ---
The issue is a little more complicated than just "fully focusing". Gecko remembers the caret position so if you click in a middle of a textarea, unfocus it, then tab back into it or click the scrollbar your caret is still in the middle. WebKit doesn't store the caret position though, so we always put it back at the start when tabbing.

It would be really weird if clicking the scrollbar on an unfocused textarea put the caret at the start since it's quite possible you can't see the start of the textarea when scrolling.

The current behavior as described in this bug make sense in a world where we forget the caret position.

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