[Webkit-unassigned] [Bug 18370] New: onScroll event is not fired for textarea elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 14:02:51 PDT 2008


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

           Summary: onScroll event is not fired for textarea elements
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P3
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tom at bungeelabs.com


The onScroll event fires for other elements that require scrolling, but there
is no way for script to execute when the contents of a TEXTAREA element are
scrolled.

To reproduce, just try running this:

<html><body><textarea onscroll="alert('scroll')"></textarea></body></html>


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