[Webkit-unassigned] [Bug 64143] New: Page-Up or Page-Down inside textarea scrolls not just its content but the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 19:24:44 PDT 2011


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

           Summary: Page-Up or Page-Down inside textarea scrolls not just
                    its content but the page
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: haraken at google.com


Assume the following code:

many many lines here...
<textarea rows="100">abcde</textarea>
many many lines here...

(1) Move a caret somewhere in the textarea.
(2) Press 'PageUp' key.

Expected behavior: The caret should go at the beginning of the textarea and no scrolling should happen.

Actual behavior: The caret goes at the beginning of the textarea and the page is scrolled to the top.

Reported by http://code.google.com/p/chromium/issues/detail?id=60472

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