The following code works fine for all browser except Opera..
Opera does not update the textfield selection when I select one of the
item from the pop-up list and press "Enter"...
Is there any way I could force the broswer to update the selected item
into params
before calls into action so this way it will work under Opera also?
any help is appreciated...
<td>
                                <%= text_field "portal",
"searchtext" -
%>
                                <div class="auto_complete"
id="portal_searchtext_auto_complete">
                                </div>
                                <%auto_complete_field :portal_searchtext,
                                :url =>{:controller=>
''portal'',
                                :action =>
''venue_site_live_search'' },
                                :frequency => 0.2,
                                :update
=>"portal_searchtext_auto_complete",
                                :indicator =>"ajax-loader",
                                :token =>","
                                -%>
</td>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---