I've been looking into events problems (ignoring bubbling) and found the
following issues. Some of these have been reported before. Oh, I've been
using a modified version of the mouseevents example html file which I'll
attach to this mail. It's quite useful for debugging, if people can think of
further test cases then they should add them :-)

Win32 IE is my yard stick. IE behave's mostly like I'd expect, so if other
browsers don't I reckon it's a bug.

IE:
If you enable dragging, then you cannot select form text, instead you drag
the window.

NS4:
If you enable dragevents, click and dblclick events are not fired.
Events are not picked up on the image (but they are using dynimage, so
what's the difference).

NS6(using nicolajazz patch):
Events are still being fired twice.
When dragging is enabled you cannot select a form input to type into.

NS6(using my patch):
Double click events are not being fired.
I added something to events.js to allow forms to be selected when dragging
but the problem is probably with dragevent.js not events.js.

Some food for thought, better get back to the real work now...
Title: DynAPI Distribution: MouseEvents Example
Enable drag
Disable drag










Reply via email to