Device-Bugs
Device-Bugs copied to clipboard
Hover state is applied to form inputs (and labels) on navigating away with the Previous and Next buttons on IOS
trafficstars
When tapping any form input, textarea or select to give it focus, navigating away from it with the Previous and Next buttons will apply any defined CSS :hover states.
Test case: http://jsfiddle.net/stowball/4f6kx/
Steps to reproduce
input:hover { background: green; }
input:focus { background: yellow; }
<input type="text" value="I should only be white or yellow on iOS"> <input type="text" value="I should only be white or yellow on iOS"> <input type="text" value="I should only be white or yellow on iOS">