pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

using jqueryui autocomplete causes onclick handlers not to work properly #269

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. include jqueryui 1.8.1 and autocomplete plugin
2. define a widget to handle the autocomplete
3. click an item on the list generated by typing in matching data

What is the expected output? What do you see instead?
the value of the item clicked upon should appear in the input box.  In Safari, 
the form is submitted.  and no value is filled into the input box.  The 
"select" method of the jquery call does not get ui parameter.  I am pretty sure 
it has to do with iui's handling of anchor tags.  The autocomplete plugin uses 
anchor tags to encapsulate the list items.  I can't figure out how to modify 
iui so that the event handlers from jqueryui  also fire.  It seems they are 
being superceded by iui's.

What version of the product are you using? On what operating system?
0.40-dev2

Please provide any additional information below.

Original issue reported on code.google.com by techdragon.nguyen@gmail.com on 29 Aug 2010 at 4:30

GoogleCodeExporter commented 8 years ago
the exact case happen to me

Original comment by Aileron....@gmail.com on 19 Jun 2013 at 3:56