I have a site done to work in windows browsers. There are select boxes with a size atribute > 1.
I run it in iPad and at start if no element selected select box showed empty. After clicking on it I can't select first item of the list. The Safari perhaps thinks that first item already selected and does nothing.
I have fixed this by javascript - after DOM ready I check userAgent and for iPad set size = 1. And at star开发者_StackOverflow中文版t first element already selected. But I don't need this.
Are any solution for this issue without javascript?
Thanks
精彩评论