oulan / iui

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

In safari 4.0.2 when I am click on first text box in a form it is focusing next below text box #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a static html page
2. Create a iframe in static html page and call a Aspx page (which has 
minimum of 2 text boxes arranged one after the other ) in that iframe 
3. click on first text box it will focus on second text box

What is the expected output? What do you see instead?
When we click on first text box only first text box should be focused 

What version of the product are you using? On what operating system?
Iui-0.30-alpha1 on windows server 2003

Please provide any additional information below.
http://www.vuesoftware.com/mobile/newmobile/home.html and click on free 
demo in safari 4.0.2 version

Original issue reported on code.google.com by rajesh.c...@gmail.com on 28 Aug 2009 at 3:28

Attachments:

GoogleCodeExporter commented 9 years ago
If i try it on the iphone i can reproduce your issue. But i think thats not 
completly
iui related. 

You should try two things:

a) use <label for="id-of-input-field"> instead of <font> and the <br>.
b) why use the iframe? Iframes on the iphone could cause a lot of trouble - 
scrolling
is only possible with two fingers and so on. I´m not very used to iframes but 
i think
they increase the file because of dublicate markup and you need aditional 
requests,
and thats bad for mobile devices.

Cheers
Max

Original comment by melcher....@gmail.com on 29 Aug 2009 at 1:51