tbarstow
04-27-2007, 10:58 AM
In Safari 2.0.4 (latest version shipped by Apple), the grid doesn't seem to properly stop propagation on a mousewheel event. I'm not sure if this is a problem with stopEvent(), or with the grid. Unfortunately, Safari is no fun to debug :(
The symptom is that if you have a scrolling grid, and your document is also long enough to scroll, then scrolling inside the grid with the mousewheel scrolls the document simultaneously - an interesting yet confusing, and ultimately undesirable, effect.
If I have time today I'll download the latest WebKit and see if it reproduces there. If so I can do some real debugging and nail down the problem to something more specific.
The symptom is that if you have a scrolling grid, and your document is also long enough to scroll, then scrolling inside the grid with the mousewheel scrolls the document simultaneously - an interesting yet confusing, and ultimately undesirable, effect.
If I have time today I'll download the latest WebKit and see if it reproduces there. If so I can do some real debugging and nail down the problem to something more specific.