Re: [Rails-spinoffs] Scriptaculous and Prototype based Rich Text Editor

2006-01-02 Thread Nicolas Terray
I've just tested with scriptaculous 1.5.1 and the editor does not work. Here is the js error : ---8<-- Error: too much recursion Source File: file:///home/nick/prototype.js Line: 52 ---8<-- Fedora Core 3, Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7 Rega

[Rails-spinoffs] Scriptaculous Autocompleter and new values

2006-01-02 Thread Johannes Beigel
Hello. I'm using the Autocompleter to display suggestions when the user enters text in an input field. Sometimes the user wants to add text that is not among the suggestions but that is the prefix of one of the suggested entries. What's the best way to accomplish this (the problem is, that th

[Rails-spinoffs] mouse position without event

2006-01-02 Thread Tarek Ziadé
Hello, Is it possible somehow to get mouse coordinates without using the event mechanism ? I need to get the current mouse position to initialize some div position, but not at page load Tarek ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonr

Re: [Rails-spinoffs] mouse position without event

2006-01-02 Thread Michael Zachariassen Krog
Hi Tarek.No its not. But theres an easy workaround. The following code may not executeas its not tested in a browser, just written from the back of my head. :-)Here it goes:--