On 15-Aug-06, at 2:15 AM, Lawrence Oluyede wrote:
> What do you mean by... "then it works!" ? You get the actual drawing
> at the exact point you start the onmousedown event and to the exact
> point you stop with onmouseup event?
>
> Which Firefox version are you using? I tried with Firefox 1.5 on
> Ubuntu and MacOSX, with Opera9 on Ubuntu and with Camino on MacOSX.
> Only Safari seems to handle it correctly.
I think the problem isn't the JavaScript code, it's the HTML that
includes the JavaScript. Instead of:
<script type="text/javascript" src="MochiKit.js" />
Try:
<script type="text/javascript" src="MochiKit.js"></script>
Beau
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---