I have been testing out event support for iPhone Safari and, unless I
am mistaken, the iPhoneWebDev event support list seems to be in error.
First, I was able to trap onkeydown for input fields. Second, I am
able to trap all of the onkey events for textarea for any key, not
just the return key. Finally, here is the specific event sequence I am
getting when working with both textarea and input fields:

onmouseover
onmousedown
onfocus
onmouseup
onclick
        onkeydown
        onkeypress
        onkeyup
onblur
onmouseout

 - Rich


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" 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/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to