[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] 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-24 Thread Walter Lee Davis
If you watch the page in Firebug while you are experiencing this, you'll usually see that an error is firing. What you're seeing is the draggable not letting go because an error stopped it from progressing to the function that cleans up after a drop or end drag. Walter On May 24, 2009, at

[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 ;