[Lift] Re: strange interaction with jQuery

2009-02-15 Thread Meredith Gregory
Marius, Agreed on two points: - JsRaw is not the culprit -- it seems to be a bad interaction with version of JavaScript modules - JavaScript is the source of the meta problem -- there's no way to get the compiler to warn about this because this world is devoid of useful typing

[Lift] Re: strange interaction with jQuery

2009-02-15 Thread Viktor Klang
How about a defect as a result of upgrading jQuery to 1.3.1? Viktor, Rogue Software Architect 15 feb 2009 kl. 14.43 Meredith Gregory lgreg.mered...@gmail.com skrev: Marius, Agreed on two points: JsRaw is not the culprit -- it seems to be a bad interaction with version of JavaScript

[Lift] Re: strange interaction with jQuery

2009-02-14 Thread Marius
Interesting ... When dragging I'm getting a JS error in jquery-ui.js: $.Event is not a function ... which appears to cause the odd behavior. I'm not sure yet why this error appears. BUt I found that this may appear when you have incompatible versions of jquery and jquery ui, Perhaps try here?