Hi there,

I am developing a mobile web app (dhtml, javascript) for android and
have run into a tricky problem with touch events and divs overlapping
each other.

The situation:

there are two text input fields in vertical layout. both have
'autosuggest' behaviour that opens a div just below their input. The
entries in the autosuggest can be touched to populate the input. The
autosuggest of the top input appears over the second input and this is
where the problem comes in...

when selecting an autosuggest item that just happens to be 'over' the
second input (which is almost completely hidden by the higher zindex
autosuggest), the focus is moved to the second input after the touch.
when viewing through a browser on the phone (HTC desire 2.2, and
others) the second input is actually highlighted.

has anyone encountered this issue before or has some ideas on how to
stop the focus switching?

have looked into event.stopPropagation.

regards,

ss

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to