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 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 easy to > work ar

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 refle

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 wrote: > On 29 June 2010 12:35, Jacob Beard 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 well. I think this is a separate iss

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

2010-06-29 Thread sebb
On 29 June 2010 12:35, Jacob Beard 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 > behaviour. Specifical

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 element

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

2010-06-29 Thread sebb
On 29/06/2010, sebb wrote: > On 29/06/2010, Jacob Beard 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

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

2010-06-29 Thread sebb
On 29/06/2010, Jacob Beard 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 where it is not a

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 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 whe

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 tr

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 wrote: > On 28 June 2010 23:13, Jacob Beard 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 quest

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 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. > Cool, here is where th

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

2010-06-28 Thread sebb
On 28 June 2010 23:13, Jacob Beard 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 demos to work w

[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