Hi!
I'm so sorry for bug you with IPE but I'm working on a freemind view
of trees (as you could see on my weblog at: http://blogs.sistes.net/Garito/670)
and the IPE edition is so much heavy used

For that I have some questions to ask. As they are minor questions (at
least it seems to me) I make them here in only one threat (sorry if
you think will be better in a separated threats)

Perhaps they will be for Christophe again (sorry for make you work
again ;) )

The first one:
If you see controls.js at line 710 you could find registerListeners
function and at line 713 you could find this line:

$H(Ajax.InPlaceEditor.Listeners).each(function(pair) {

This is my question: have you any problem if Christophe change this
line to something like:

$H(this.Listeners).each(function(pair) {

?
With this change you could subclass Ajax.InPlaceEditor to register
other events instead of the original ones

Or, if you prefer, how can I change the default Listeners?

******************************************************************************************************

The second question will be:

I notice that if I try to cancel an edition with the escape key it
doesn't work (nothing happens) and if I cancel with the link button
the url location changes to the parent location plus #

for example: if I'm at http://server:port/url the cancel button change
the location to http://server:port/#

In previous versions of Scriptaculos this doesn't happen never (this
is the first time I see that)
What can you say about this?

Thanks again and again
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to