<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - HTML element with tabindex=0 is not focusable on iPhone"
href="https://bugs.webkit.org/show_bug.cgi?id=159764">159764</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>HTML element with tabindex=0 is not focusable on iPhone
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Safari 9
</td>
</tr>
<tr>
<th>Hardware</th>
<td>iOS
</td>
</tr>
<tr>
<th>OS</th>
<td>iOS 9.3
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>HTML Events
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>atriana01@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Problem description:
An HTML element with the tabindex attribute set to "0" is not focusable on iPhone.
Steps to reproduce the issue:
1. Navigate to the URL <a href="https://output.jsbin.com/furuheq">https://output.jsbin.com/furuheq</a> (edit version <a href="https://jsbin.com/furuheq/edit?html,css,js,console">https://jsbin.com/furuheq/edit?html,css,js,console</a>)
2. Press the box
What is the expected result?
The focus should be set to the focusable HTML element and the "focusin" event should be fired.
What happens instead?
The focus is not set to the focusable HTML element and the "focusin" event is not fired.
Additional information to reproduce the issue:
OS Version: iOS 9.3.2 (13F69) on iPhone</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>