RESOLVED WORKSFORME 18370
onScroll event is not fired for textarea elements
https://bugs.webkit.org/show_bug.cgi?id=18370
Summary onScroll event is not fired for textarea elements
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.