Skip to content

Instantly share code, notes, and snippets.

@kizu
Created February 21, 2012 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kizu/1876890 to your computer and use it in GitHub Desktop.
Save kizu/1876890 to your computer and use it in GitHub Desktop.
DSK-357901: Opera tab in forms bug
/* DSK-357901: Opera tab in forms bug */
.wrap1 {
visibility: hidden;
}
.wrap2 {
visibility: visible;
}
<h1>Here tab works ok:</h1>
<input type="text"/>
<input type="text"/>
<div class="wrap1">
<div class="wrap2">
<h1>And here Opera bugs:</h1>
<input type="text"/>
<input type="text"/>
</div>
</div>
<p>Place focus in any of the inputs and press tab multiple times in Opera.</p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment