Re: [Proto-Scripty] IE9 Drag-Drop

2010-09-24 Thread Marcus Schwarz
Hi, > > Are other people seeing issues with script.aculo.us' drag and drop in > the latest beta of IE 9? I know what to do about this is a bit > complicated because it might be their bug. But we also don't want a > core feature like that not working when it gets released. we've encountered th

[Proto-Scripty] Login-Function broke with Firefox 4.0b2

2010-07-28 Thread Marcus Schwarz
Hi there, I'm using a login based on prototype's Ajax-functions on my website. It works perfectly with every up-to-date browser, but for the new Firefox 4.0 Beta 2 it is broken. I'm doing the following: // several pre-checks if (ok) { new Ajax.Request('dispatcher.php', {method:'post', param

[Proto-Scripty] Re: Dragging a link

2009-04-19 Thread Marcus Schwarz
Hi Mats, my solution to this problem was the following: bar The draggable is extended with onStart and onEnd-Handlers: new Draggable('foo', {onStart:x1 onEnd:x2}); x1: onStart: function(e) {Global.DRAGGING = true;} x2: onEnd: function(e) {Global.DRAGGING = false;} And finally: checkLink(e) { i

[Proto-Scripty] Re: Warnings from Firefox (Fehler-Konsole)

2009-04-15 Thread Marcus Schwarz
Hi mareb, > if I use prototype.js there are shown many warning with Firefox. > For example: > "function _uCInfo does not always return a value" (Line 266) I think this is a problem with google analytics, not with prototype. If you google for _uCInfo you find a lot of results about google analyt