Bug 18370

Summary: onScroll event is not fired for textarea elements
Product: WebKit Reporter: Tom Brown <tom>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Major CC: barraclough
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Test case reproduction none

Tom Brown
Reported 2008-04-08 14:02:51 PDT
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>
Attachments
Test case reproduction (123 bytes, text/html)
2008-04-08 14:04 PDT, Tom Brown
no flags
Tom Brown
Comment 1 2008-04-08 14:04:19 PDT
Created attachment 20409 [details] Test case reproduction
Gavin Barraclough
Comment 2 2011-08-08 15:43:34 PDT
Looks like this works now.
Note You need to log in before you can comment on or make changes to this bug.