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

2005-12-30 Thread Roberto Saccon
HI allI also need a rich text editor, tried Dojo, it seemded to work fine, but on one of these says, after upgrading my environment to the latest libs, Dojo kept crashing Firefox on windows XP Ajax pages. I really like Pelle lightwight apporach and I also think the silk icons would fit nicely to th

Re: [Rails-spinoffs] Custom tooltip component?

2005-12-30 Thread John Beppu
http://www.mojavelinux.com/projects/domtooltip/ domTT is nice, too. ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

[Rails-spinoffs] [ANN] Prototype and script.aculo.us IRC channel

2005-12-30 Thread Thomas Fuchs
Join the #prototype channel on irc.freenode.net for all your questions on the Prototype JavaScript framework and script.aculo.us! :) -Thomas ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listin

RE: [Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread louis d walch
Ok I realize I'm coming off very green The demo works when I uploaded it, but when I copied the code out and made a new page its not working :( http://www.louiswalch.com/beta/scriptaculous/louistesting/auto1.php It appears to include everything in the demo... -Original Message- From

Re: [Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread Thomas Fuchs
Note that if you check out the _functional_ tests everything should work fine on all supported browsers (Firefox, Safari, IE), so don't be frightened by the errors :) Am 30.12.2005 um 17:00 schrieb louis d walch: Oh great, I did not even see these, thanks. I am getting a bunch of errors for

Re: [Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread Thomas Fuchs
The unit tests for those only work correctly on Firefox 1.0.4, that's because 1) Other browsers than Firefox don't support the nececssary DOM functions 2) Firefox 1.0.5 introduced a security fix that broke some of it's DOM support :( -Thomas Am 30.12.2005 um 17:00 schrieb louis d walch:

RE: [Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread louis d walch
Oh great, I did not even see these, thanks. I am getting a bunch of errors for: testAjaxAutocompleter testAfterUpdateElement testTokenizing is that ok?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Fuchs Sent: Friday, December 30, 2005 10:20

Re: [Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Jeroen Verhagen
Hi Thomas, On 12/30/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > My guess is that you're using: > > blah > > style links. You must add "return false" to the onclick event, like > this: > > blah That was it! Many, many thanks... Jeroen ___ Rails-spinof

Re: [Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread Thomas Fuchs
Download the scriptaculous 1.5.1 dist, and have a look into the test/functional dir. There are pure JavaScript examples of the local autocompleter included. -Thomas Am 30.12.2005 um 16:13 schrieb [EMAIL PROTECTED]: Hello I found this list on the scriptilicious website. I am looking for some h

Re: [Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Thomas Fuchs
My guess is that you're using: blah style links. You must add "return false" to the onclick event, like this: blah So the "#" href isn't executed by the browser (which scrolls the page to the top). -Thomas Am 30.12.2005 um 15:57 schrieb Jeroen Verhagen: Hi all, I'm using Scriptacul

[Rails-spinoffs] scriptilicious autocomplete

2005-12-30 Thread dev
Hello I found this list on the scriptilicious website. I am looking for some help with the Autocomplete.Local, the only examples I can find are using it with Ruby, can this be used without Ruby with just plain Javascript? Any help would be great, thanks! --louis _

Re: [Rails-spinoffs] Ajax.Request: onLoading executed after onComplete in IE

2005-12-30 Thread Dirk Eschler
Am Freitag, 30. Dezember 2005 12:18 schrieb Nicolas: > Hi, > > You should better use Responders.register, for example : > > Ajax.Responders.register({ [...] Hi Nicolas, now that is a nice solution. Thanks alot for pointing it out. -- Dirk Eschlerzeitform Internet Die

[Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Jeroen Verhagen
Hi all, I'm using Scriptaculous version 1.5.0 to make div's that are hidden at first (display: none position : absolute) visible using the cool effects of Scriptaculous. However when I use the effects (Appear, BlindDown, BlindUp) on div's that are positioned low in a long page IE and Firefox alway

[Rails-spinoffs] Drupal Integration and a Question

2005-12-30 Thread Jeff Robbins
Hello, I'm in the process of making a Prototype/Scriptaculous module for Drupal. It's going quite well and I hope to release it within the next month. One of the tricks that I'm working on is the ability to drag the admin menu (div) anywhere on the page and have Drupal "remember" where

Re: [Rails-spinoffs] Crashing Firefox when updating the same div

2005-12-30 Thread Tom Riley
Yep, it's a known issue - has to do with evaluating javascripts in the fetched fragment (it won't crash if you set evalScripts: false) http://dev.rubyonrails.org/ticket/3288 http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005-December/ 001615.html https://bugzilla.mozilla.org/show_bug.

Re: [Rails-spinoffs] Ajax.Request: onLoading executed after onComplete in IE

2005-12-30 Thread Nicolas
Hi,You should better use Responders.register, for example : Ajax.Responders.register({     onCreate: function() {         if(Ajax.activeRequestCount>0) {             Position.prepare();             var elt = $('ajax-wait');             elt.style.left = Position.deltaX + "px";             elt.

[Rails-spinoffs] Crashing Firefox when updating the same div

2005-12-30 Thread Chris Nolan.ca
I've managed to consistently crash firefox 1.5 (mac) using script.aculo.us. Is this a known issue? The page in question works in Safari enough. It happens on a link_to_remote where I'm :updating the same div that I'm currently in. Would it help if I try to isolate the code? Would it be