pkdevbox / iui

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

Pressing GO on virtual keyboard causes the wrong way #262

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a form in iui
2.Enter values into your fields.
3.Press "G0" on your virtual keyboard 

What is the expected output? What do you see instead?
- before do the action above, I added an function 
(.click({founction(){alret('click!')})) 
on the submit button. And in from tag , i have 'target="_self"'.
I would expect the action causes the same action as when the submit button 
click.
but happened not only the alert function doesn't work but also misterious button
and empty-titled toolbar appears.
when i click the button appeared ,everytime empty-titled toolbar increase.

What version of the product are you using? On what operating system?
iui-0.40-dev2, Apache 2.0 , Mac OS X 10.6, jQuery 1.4.2& jQueryUI 1.8.2

Please provide any additional information below.

Original issue reported on code.google.com by brillian...@gmail.com on 14 Jul 2010 at 10:48