[Webkit-unassigned] [Bug 86423] Clicking/tapping close to the upper border of the input field moves the cursor to the beginning.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 14:48:15 PDT 2012


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |ojan at chromium.org




--- Comment #3 from Ojan Vafai <ojan at chromium.org>  2012-05-16 14:47:18 PST ---
The tricky thing here is whether clicking in the padding above the first line or the padding below the last line should count as part of the first/last line. In the case of a text input or textarea with the default amount of padding, the user clearly would expect it to count. If, however, you increased the padding to 20px, I expect most users would expect it to not count.

My intuition is that we should change to consider clicking in the padding to be part of the line because the common case, by many orders of magnitude is that the padding is very small and users would expect clicking it it to be like clicking in the line.

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