Re: [Rails-spinoffs] Effect.Appear Safari issue

2006-11-03 Thread Lorenz Knies
It seems to be a rendering bug in Safari related to the float:left style. Try Effect.Appear in the script.aculo.us demo. The DIV appears correctly, then 'disappears'. Now just do a tiny resize on the window and the DIV is there again. I would say this is a bug. Lorenz On 18.08.2006, at 15

[Rails-spinoffs] How to stop Periodical.Updater

2006-11-03 Thread Deco Rior
I have a page where I use Ajax.Periodical.Updater to check the status of an operation. But how do I stop this event from executing once I am done? Deco ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org

[Rails-spinoffs] JS-Flash problem, is json enough?

2006-11-03 Thread Brian Feliciano
i know this isn't even a prototype question, but still a _javascript_ question.I have a project that requires interactivity between flash and _javascript_.right now, i am looking at the solution of json provides, since it supports action scripting. i'm doing my own research and i found other imple

[Rails-spinoffs] Redefining a Tab key

2006-11-03 Thread Janko Mivšek
Dear all, I hope that this question is appropriate for this list. I'm looking for a JavaScript solution to replace a Tab key with some other, like Enter key on a numeric keypad. Idea is to allow one hand entering of numerical data in a web form, which is currently not possible because a Tab

[Rails-spinoffs] Unwanted transparency in Safari

2006-11-03 Thread Oscar Bonilla
Hi, I'm writing a web application that uses Prototype and Scriptaculous, and I have some javascript code that displays a div when the user hits a certain key. My div is defined like so: ... stuff ... And the css is: #some_id { position: fixed; text-align: left; b

[Rails-spinoffs] Ajax.Updater, DIV And IE issue

2006-11-03 Thread Danial Tzadeh
Hi All, Why doesn't Ajax.updater work with DIV being sent back, but works with SPAN in IE? Works fine in FF though. Ajax request.ResponseText: Working: Not Working Any idea? Cheers, Danial ___ Rails-spinoffs mailing list Rails-spinoffs@l

[Rails-spinoffs] Dragging an item between iframes

2006-11-03 Thread Scott Bronson
Is it possible to drag an item from an iframe to its surrounding document? Or from one iframe to another? Googling has gotten me nowhere... Thanks, - Scott ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.ruby

[Rails-spinoffs] AutoCompleter

2006-11-03 Thread Fernando
I'm trying to use Ajax.autoCompleter as a select list like this afterUpdateElement: function(el1,el2) { el2.innerHTML.evalScripts(); } ok it is working fine in IE, but in FF, it display the value from script tag in the textbox my response is like this CLAUDIO ANGELO VENTUR