Re: ACTION-195: mousewheel proposal

"Matthew Raymond" <mattraymond@earthlink.net>
>   My understanding is that they're trying to spec this in a way that
> doesn't make existing mousewheel code written for IE incompatible.

I realise that but wheelDeltaX,Y,Z has no implementation in IE, so there's 
no code around that's using it.

> Here's a quote from the |onmousewheel| documentation on MSDN:
> | The onmousewheel event is the only event that exposes the wheelDelta
> | property. This property indicates the distance that the wheel button
> | has rotated, expressed in multiples of 120. A positive value indicates
> | that the wheel button has rotated away from the user. A negative value
> | indicates that the wheel button has rotated toward the user.

Yes, and 120 was chosen AIUI specifically to allow finer grained control 
later, the only reference to 120 is in the prose description, the actual 
this spec part of the page your referencing makes it clear it's just an int. 
This spec is now removing that possibility of finer grained control, and 
sticking with a magic default number, so even for wheelDelta I don't think 
it's right.

Cheers,

Jim. 

Received on Saturday, 24 June 2006 10:42:48 UTC