Re: [Rails-spinoffs] Sudden Javascript Console noise in firefox

2005-12-29 Thread Gavri Fernandez
On 12/29/05, Brian Peiris <[EMAIL PROTECTED]> wrote: > Thanks for the link Rahul, the new console should be helpful, but it doesn't > fix my problem, > I still get a lot of noise, and they don't seem to be trivial CSS problems. > Is this common, should I be worried? Go to "about:config" and set

Re: [Rails-spinoffs] Sudden Javascript Console noise in firefox

2005-12-29 Thread Thomas Fuchs
Firefox tries to be smarter than the programmers (and fails).Normally the warnings are a of great help while developing stuff,but sometimes they are just that: warnings that something *might* be wrong,but it really isn't.Also, remember that normal users never see the warnings, so i doubtthat too mu

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

2005-12-29 Thread Dirk Eschler
Hi, i'm trying to use a visual indicator for my Ajax requests. It's based on the shopping cart demo at script.aculo.us and works great in Firefox, Konqueror and Opera, but fails in IE6. For some reason (timing problems?) onComplete is executed before onLoading, so the indicator is shown but not

Re: [Rails-spinoffs] Sudden Javascript Console noise in firefox

2005-12-29 Thread Chris Korhonen
I'm inclined to agree with you there, provided the code is working as expected then there is no cause for concern. I do wonder if it would be possible to eliminate some of these warnings in future revisions of prototype? Thought I would expect that it is coded in this way for some reason? RegardsCh