Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Forked from kizu/dabblet.css
Created April 16, 2012 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pepelsbey/2398901 to your computer and use it in GitHub Desktop.
Save pepelsbey/2398901 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment