Device-Bugs icon indicating copy to clipboard operation
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

Open enigmadigital opened this issue 13 years ago • 0 comments
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">

enigmadigital avatar Mar 29 '12 02:03 enigmadigital