[Proto-Scripty] Drag and drop with cloning supported?

2010-06-13 Thread Mark
Hi, I'm trying to evaluate javascript libraries that allow you to do drag and drop, looking at scriptaculous now. I have two lists, like this: list1 aa bb cc list2 xx yy zz is it possible in scriptaculous to drag an item from list1, say 'bb', and drop it in li

[Proto-Scripty] Prototype.js Book 1.7?

2014-11-10 Thread Mark
As the title says, are there any book or tutorial using Prototype.js 1.7? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To unsubscribe from this group and stop receiving emails from it, send an email to prototype-scriptaculous+

[Proto-Scripty] Internet Explorer bug with Effect.Appear

2009-12-07 Thread Mark K.
Hey all, If you take a look at a site I'm working on at http://www.rnvitals.com/hawaii, you'll notice (in Internet Explorer only) that when you mouseover the "Articles" tab in the header, nothing occurs. If you click on the "Forums" tab, you'll notice that when you mouseover the Articles tab then

Re: [Proto-Scripty] can Request be used to track navigation clicks asynchronously?

2010-02-16 Thread Mark Palmer
Thanks for the thoughtful suggestions... @djmangus - I already have this working synchronously, but I'm trying to do a/b testing on things like pricing and conversion rates, and the extra delay does affect abandonment rates, especially over slow/dialup connections. Jeff C - I've looked at google

[Proto-Scripty] Re: forcing repaint DOM in IE6 and IE7?

2009-02-09 Thread Mark Holton
TJ,Greatly appreciate the insights. I am going to try a chained asynchronous loop today! Many thanks, :Mark http://holtsblog.blogspot.com/2009/02/forcing-repaint-dom-in-ie6-and-ie7.html On Mon, Feb 9, 2009 at 5:48 AM, T.J. Crowder wrote: > > Hi, > > Apologies, copy-and-paste

[Proto-Scripty] equivalent of the onAvailable YUIEvent?

2009-04-27 Thread Mark Mansour
[http:// developer.yahoo.com/yui/event/#onavailable] and wondered if there was an equivalent for prototype (or if this is the best solution!) Mark -- Mark Mansour m...@stateofflux.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[Proto-Scripty] Draggable interferes with Scrollbar operation

2008-10-13 Thread Mark Benson
if I set it to Draggable using Scritpy it becomes mobile and transparent when the user interacts with a scrollbar. Same problem in IE7 and FF3. Any solutions? Thanks -- Mark Benson --~--~-~--~~~---~--~~ You received this message because you are subscr

[Proto-Scripty] Re: Draggable interferes with Scrollbar operation

2008-10-13 Thread Mark Benson
On Mon, Oct 13, 2008 at 3:01 PM, Walter Lee Davis <[EMAIL PROTECTED]> wrote: > > Try adding a handle div to your draggable element's layout, and style > it to cover everything except the scrollbar area. Pass the classname > of your handle DIV to the Draggable invocation as the value of the > 'hand

[Proto-Scripty] Re: Draggable interferes with Scrollbar operation

2008-10-14 Thread Mark Benson
uct the HTML above staticly before declaring the draggable and specifying a handle? Currently only the enclosing DIV is declared staticly in the Javascript, the rest of the content is loaded via the Ajax request. Thanks... -- Mark Benson --~--~-~--~~~---~-

[Proto-Scripty] window.parent.eval problem: Bug in Firefox or in Prototype?

2010-06-08 Thread Mark Reginald James
Hi, I'm seeing a discrepancy that only happens in the Firefox browser (tested on 3.6.3). I'd appreciate any suggestions on whether this is a bug in Firefox or a bug in Prototype (1.6.1). If parent.html contains and child.html contains window.parent.eval('alert(Object.toJSON([1,2,3]))') In

[Proto-Scripty] Re: window.parent.eval problem: Bug in Firefox or in Prototype?

2010-06-08 Thread Mark Reginald James
Hey guys, After posting this I realised there was a way to remove any Prototype reference, which made it clear that it's some issue with Firefox. A test page with the simplified code is at http://advancedcontrols.com.au/parent.html . FF displays "false", while Google Chrome displays "true". Any