TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Size=n and optgroup break select boxes in IOS6 webkit browsers (crash)

1 pointsby gibersonover 12 years ago
As of IOS6, webkit browsers (safari,chrome) will crash when you select a value on a select box that contain a size attribute and optgroup elements.<p>To reproduce this bug, have an html page with the following html (and select an option from the box):<p>&#60;select size="2"&#62; &#60;optgroup&#62; &#60;option&#62;Crash Me&#60;/option&#62; &#60;/optgroup&#62; &#60;/select&#62;

no comments

no comments