I have noticed a bug on the iPhone. It occurs when a web page has a select field with the "multiple" attribute set and the first option is not supposed to be selected by default, and the iPhone selects it by default anyway.
Here is the page:http://208.187.217.149/ims.htm Here is the code: <html><title>iPhone Multi-select bug test<body> This page is for testing of the iPhone multi-select bug. The first two entries are set to be unselected. The third is set to be selected. iPhone selects the first and third. <form> <select name=x multiple> <option value='notselected1'>Not Selected 1</option> <option value='notselected2'>Not Selected 2</option> <option value='selected' selected>Selected</option> </select> </form> </body> </html> Perhaps this is not important to most web sites, since the multiple attribute is not used often, but it does matter to me. I thought perhaps I could put a disabled option first, and that would help, but apparently that is another iPhone bug - the disabled option is not disabled. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
