[Webkit-unassigned] [Bug 98178] using optgroup html tag on iPad causes Safari to crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 2 17:16:10 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98178
--- Comment #2 from Aaron <aaron.duane24601 at gmail.com> 2012-10-02 17:16:34 PST ---
(In reply to comment #1)
> I cannot reproduce a crash by opening the page, tapping "Try it yourself", and changing the value of the popup several times. Testes iPad and iPhone, both running iOS 6.
>
> Please report this via <http://bugreport.apple.com> if you are still seeing this issue. We do not track issues specific to iOS in WebKit bugzilla.
>
> Thank you for the bug report!
Sorry, I didn't intend for you to use http://www.w3schools.com/tags/tag_optgroup.asp to test the bug. I just wanted it as a reference to which HTML tag I was talking about.
However after some experimenting I've realized this bug only occurs when there is an optgroup tag AND if the select tag has a SIZE.
Please go to http://www.w3schools.com/tags/tag_optgroup.asp again, click 'Try it yourself' then replace the content they have to the content below then click 'Edit and Click me:
<select>
<optgroup label="Swedish Cars" size="5">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</optgroup>
<optgroup label="German Cars">
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</optgroup>
</select>
Now if you attempt to choose an option from this new drop-down list via an iPad, the browser will crash. Hope that clears things up.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list