[Webkit-unassigned] [Bug 86423] New: 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
Mon May 14 18:26:00 PDT 2012


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

           Summary: Clicking/tapping close to the upper border of the
                    input field moves the cursor to the beginning.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: onurtekdas at hotmail.com
                CC: agl at chromium.org


Created an attachment (id=141832)
 --> (https://bugs.webkit.org/attachment.cgi?id=141832&action=review)
4 text input fields. Test by clicking upper border of the input field. In the last three example, cursor will be moved to the beginning of the input.

Issue: clicking/tapping close to the upper border of a text input field moves the cursor to the beginning. This is different than Bug 15695 since it is generated by clicking on a specific region of the input field. This is especially problematic for mobile browsers because tapping is not precise.

Expected behavior: the cursor should be moved to the closest position in the input field.

Platforms: tested on PC/Mac/Android/iPhone with Chrome and Safari browsers.

Symptoms: AFAIK this only happens if height,padding,border properties of the input field is set. Setting style="height:initial; padding:0; border:0", it works as expected.

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