From: <no...@so...> - 2001-01-26 00:22:54
|
Patch #103337 has been updated. Project: dynapi Category: DynAPI-Event Status: Accepted Submitted by: nobody Assigned to : nobody Summary: text selecting onscroll in IE Follow-Ups: Date: 2001-Jan-25 16:23 By: nobody Comment: I know, it's a little hard to explain, here I made two examples, one with normal scrollbar.js, one with the adaptions. You see the problem if you click <u>underneath</u> the knob of the vertical scrollbar, and drift off the scroll with the mouse. Because you don't click on the knob, no dragevent is fired, so the text is still selected. the old one: http://www.resass.f2s.com/dynapi/dragbug/scrollpaneOld.html the fixed one: http://www.resass.f2s.com/dynapi/dragbug/scrollpaneNew.html cheers, Richard Bennett ------------------------------------------------------- Date: 2001-Jan-25 13:02 By: rainwater Comment: Fix or dragevent is now implemented. I'm not sure of the need for this in the Scrollbar though. Any reasons why? ------------------------------------------------------- ------------------------------------------------------- For more info, visit: http://sourceforge.net/patch/?func=detailpatch&patch_id=103337&group_id=5757 |