As noted in that trac ticket, simply removing the call to blur is a
somewhat poor solution to the problem. If you have other event
observers that are listening for the blur event, this can have an
undesirable effect.

Making sure that the element you're about to disable currently has
focus, before firing the blur event is the correct approach to take.

-justin

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs@googlegroups.com
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