RESOLVED FIXED 21007
Double click causes cross-platform scrollbar to scroll like crazy
https://bugs.webkit.org/show_bug.cgi?id=21007
Summary Double click causes cross-platform scrollbar to scroll like crazy
Dave Hyatt
Reported 2008-09-22 14:43:06 PDT
This is only an issue on platforms that call handleMouseDoubleClickEvent (like Mac). The scrollbar needed to get sent the release event on the second click so it knew it wasn't dragging any more.
Attachments
Patch (1.30 KB, patch)
2008-09-22 14:44 PDT, Dave Hyatt
sam: review+
Dave Hyatt
Comment 1 2008-09-22 14:44:23 PDT
Sam Weinig
Comment 2 2008-09-22 14:51:15 PDT
Comment on attachment 23669 [details] Patch The patch looks good. But I do think you could make a regression test of it. If it is not possible, now, we should consider making it possible/easier in the future. With tons of scollbar changes, it would be a shame not to test going forward.
Dave Hyatt
Comment 3 2008-09-22 15:18:13 PDT
Fixed in r36783.
Dave Hyatt
Comment 4 2008-09-22 15:18:24 PDT
Fixed.
Note You need to log in before you can comment on or make changes to this bug.