Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-30 Thread Jacob Beard
Hi Sebb, FYI, in-browser compilation is now working in Opera. Also, I diagnosed the problem with dragging behaviour and SVG in Firefox. It turns out, it had already been reported, and is easy to work around: https://bugzilla.mozilla.org/show_bug.cgi?id=525591 I've updated the live demos to

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-30 Thread sebb
Thanks, both FF and Opera work for me now. On 30/06/2010, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb, FYI, in-browser compilation is now working in Opera. Also, I diagnosed the problem with dragging behaviour and SVG in Firefox. It turns out, it had already been reported, and is

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread sebb
On 29/06/2010, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with Firebug. I just added a bit of code to emulate the API

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread sebb
On 29/06/2010, sebb seb...@gmail.com wrote: On 29/06/2010, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread Jacob Beard
Hi Sebb, Thanks for the feedback! I think I know the issue you're talking about. This is a very early and very simple prototype, so it doesn't do some things that you might expect it to do with respect to drag-and-drop behaviour. Specifically, events are only captured by the square/circle

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread sebb
On 29 June 2010 12:35, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb, Thanks for the feedback! I think I know the issue you're talking about. This is a very early and very simple prototype, so it doesn't do some things that you might expect it to do with respect to drag-and-drop

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-29 Thread Jacob Beard
Hi Sebb, On Tue, Jun 29, 2010 at 7:59 AM, sebb seb...@gmail.com wrote: On 29 June 2010 12:35, Jacob Beard jbea...@cs.mcgill.ca wrote: I'm not sure that is the problem here, because the no entry sign appears before the pointer leaves the square. I'm observing this behaviour on Firefox as

[all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. Thanks, Jake - To

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread sebb
On 28 June 2010 23:13, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. I could not get the

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 6:13 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me know if you have any questions or comments. snip/

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 7:13 PM, sebb seb...@gmail.com wrote: On 28 June 2010 23:13, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi, I posted a quick update on my Google Summer of Code project: http://blog.echo-flow.com/2010/06/28/google-summer-of-code-update-3-more-live-demos/ Please let me

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Jacob Beard
Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with Firebug. I just added a bit of code to emulate the API where it is not available. I'd appreciate it if you could please

Re: [all][scxml-js] Google Summer of Code Update 3

2010-06-28 Thread Rahul Akolkar
On Mon, Jun 28, 2010 at 8:18 PM, Jacob Beard jbea...@cs.mcgill.ca wrote: Hi Sebb and Rahul, I believe i know why it wasn't working. The code relies on a console API, which is always present in Chrome, but only present in Firefox when debugging with Firebug. I just added a bit of code to