[Proto-Scripty] Scriptaculous Effect.SlideDown/Up Effect.BlindDown/Up Rendering Problem

2008-11-08 Thread Visual Sense
I am using Scriptaculous' Effect.SlideDown function to slide a catfish add/popup into the screen (like SitePoint.com has). This works absolutely marvelous in FireFox (FF), but in Internet Explorer (IE) the following occurs: When the div slides into the screen, it does NOT SHOW the background

[Proto-Scripty] Re: dropOnEmpty:true causing flickering ?

2008-11-08 Thread Tobias Gassmann
Hi, I applied a quick and dirty hack to the onEmptyHover-function to get rid of the flickering when using dropOnEmpty -- onEmptyHover: function(element, dropon, overlap) { (it's in the dragdrop.js-file) There is an if-statement in this function which has to be altered: the original line in

[Proto-Scripty] Re: Ajax.Request add a toString method

2008-11-08 Thread jaap.taal
Maybe you could describe this feature in some form (could be more generic to other Prototype objects) in the documentation. I'm assuming Object.inspect uses the toString method. I agree with you that debugging features should be stripped, if such a debug version would be created, implementation

[Proto-Scripty] Re: Scriptaculous Effect.SlideDown/Up Effect.BlindDown/Up Rendering Problem

2008-11-08 Thread Visual Sense
Some more details: I have also experimented with adding an absolute positioned wrapper div and changin the #catfish div to position relative where it applied. The same problem keeps occurring. --~--~-~--~~~---~--~~ You received this message because you are

[Proto-Scripty] Re: Re-create the Apple Startpage list?

2008-11-08 Thread iluvthsgam
okay thanks for the guidance. heres what I came up with: http://robreport.net/java/test.php so the only question is now, if you click on one of the buttons - then GO BACK to the featured button - it shows 2 rows of buttons - not sure why the glitch. Any thoughts? Thanks On Nov 7, 6:20 pm,

[Proto-Scripty] Re: Ajax.Request add a toString method

2008-11-08 Thread Tobie Langel
Best fit for this would be an inspect method. Have a look at the rest of the framework and at Ruby to see how this is generally implemented. Best, Tobie On Nov 8, 4:09 pm, jaap.taal [EMAIL PROTECTED] wrote: On Nov 7, 4:49 pm, kangax [EMAIL PROTECTED] wrote: On Nov 7, 9:08 am, jaap.taal