Looks like it. The checkin was a little incomplete, just making sure I could
tell the difference between incoming patches and existing code.

On 5/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

From [EMAIL PROTECTED]:


==============================================================================
> --- tapestry/tapestry4/trunk/framework/src/js/tapestry/event.js (added)
> +++ tapestry/tapestry4/trunk/framework/src/js/tapestry/event.js Fri May
26

> +
> +             if(event["type"]) props.type=event.type;
> +             if(event["keys"]) props.keys=encodeUriComponent(event.keys
);
> +             if(event["pageX"]) props.pageX=evt.pageX;
> +             if(event["pageY"]) props.pageY=evt.pageY;
> +             if(event["layerX"]) props.layerX=evt.layerX;
> +             if(event["layerY"]) props.layerY=evt.layerY;

Haven't tried this, but isn't 'evt' in the 4 previous lines a typo ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.

Reply via email to