[Proto-Scripty] Re: Droppable double click and onUpdate problem in firefox and ie

2009-05-20 Thread terry-5-
I did my research, but couldn't find anything helpful to this specific double click problem. I would appreciat your help very much. Is it just a glitch? Here is also the css: #page{ margin:0 -20px 0 0 ; } .ex_instr{ position:fixed; padding:0 0 0 10px ;

[Proto-Scripty] Re: Droppable double click and onUpdate problem in firefox and ie

2009-05-24 Thread terry-5-
I would really appreciate some help or even the slightest hint. I am still pulling my hair out here. Has somebody had this issue before where the draggable item can't be dropped when you let it go, but it sticks to the mouse? --~--~-~--~~~---~--~~ You received this

[Proto-Scripty] Re: Droppable double click and onUpdate problem in firefox and ie

2009-05-26 Thread terry-5-
Hi Walter, Thank you so much. You were right on the dot. I used Firebug and found out that one of the innerHTML child elements I was referencing in my javascript file did not exist and FF was throwing errors. That was it. I changed the code and the double clicking is no more and the onUpdate

[Proto-Scripty] Revert sortable on return value true? Possible?

2009-06-01 Thread terry-5-
Hi, I really appreciate all you guys hard work. It has helped me in the past very much and I really hope someone has encountered this problem before. I tried to find a related one in this group, but had no luck. I am trying to revert the sortable/draggable to its original place if the

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-01 Thread terry-5-
changeClass(el,o,n) {     return (Element.hasClassName( el, n.id)) ? true : false; } This should do the trick for you HTH ALex - Original Message - From: terry-5- nathaliesteinf...@gmx.net To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Monday, June

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-02 Thread terry-5-
Hi Alex, Thanks for being so patient. I deleted the previous message because I saw your link to the patch after I submitted it. Wow, this is just a mistery to me, but I added the patch, added revert to the sortable decleration, checked the return value which is true for what I am checking and

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-02 Thread terry-5-
Thanks Alex. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-03 Thread terry-5-
Warning: test for equality (==) mistyped as assignment (=)? Source File: http://tltc.la.utexas.edu/rr/js/scriptaculous/prototype.js Line: 1921, Column: 39 Source Code: if (match = source.match(pattern)) { Warning: test for equality (==) mistyped as assignment (=)? Source File:

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-03 Thread terry-5-
I just figured out that if I remove the event 'Update:+function call' changeClass is never executed during 'revert:changeClass'. I planted an alert statetement right before the function return statement to see what value is being returned and it doesn't execute if 'Update' is removed. So is it

[Proto-Scripty] Re: Revert sortable on return value true? Possible?

2009-06-04 Thread terry-5-
I am a bit desperate now. I have tried to work this over and over to the point where I think I have to give up. I tried 2 different revert declarations: 1. revert:changeClass Sortable.create('blank_1',{tag:'span',dropOnEmpty: true, constraint:true, containment:sections,