[Webkit-unassigned] [Bug 137815] iOS8 Safari <select>: Tab crashes when moving to the next form widget after having changed the value of a <select>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 19 23:59:25 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137815
--- Comment #2 from Gabriel Schulhof <gabriel.schulhof at intel.com> ---
<!DOCTYPE html>
<html>
<head>
<title>JQM latest - issue 7685</title>
<script>
document.addEventListener( "change", function( event ){
event.target.blur();
});
</script>
</head>
<body>
<form>
<select id="select-1">
<option value="value1">S1 Value 1</option>
<option value="value2">S1 Value 2</option>
</select>
<select id="select-2">
<option value="value1">S2 Value 1</option>
<option value="value2">S2 Value 2</option>
</select>
</form>
</body>
</html>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141020/6cc84037/attachment-0002.html>
More information about the webkit-unassigned
mailing list