Note that there are some explanatory texts on larger screens.

plurals
  1. POIE6: select inside jQuery tabs does not render dropdown list
    primarykey
    data
    text
    <p>I have a form inside jQuery tabs; I create tabs in a simple way:</p> <pre><code>$("#tabs").tabs({selected: 1}); </code></pre> <p>The selected index 1 is the tab where form is placed. The problem is, on remote computer with IE6 both selects only display a small blank line instead of list with options when dropdown arrow is clicked:</p> <p><a href="http://queen3.at.tut.by/DropDownIE6jQuery.PNG" rel="nofollow noreferrer">Incorrect dropdown http://queen3.at.tut.by/DropDownIE6jQuery.PNG</a></p> <p>The options are there in page source, and everything actually works on other machines, in other browsers and also in IE6 (though I use IETester).</p> <p>Everything also works if I</p> <ul> <li>remove tabs creation, that is .tabs() - options do appear and work; or</li> <li>first select tab without form (tab 0), and then click on it - options do appear and work <ul> <li>only when clicking; programmatic .tabs("select", 1) after tabs creation doesn't help</li> </ul></li> </ul> <p>Does anyone know what can cause this? Is it IE6 bug or something with my scripts?</p> <p>Update: hm, thanks to <a href="https://stackoverflow.com/questions/982859/strange-bug-in-ie6-for-jquery-tab">this</a>, I found it's something with my CSS - if I disable Site.css it works. I thought about scripts only. Still have to find out what's that.</p> <p>Update: OK, this was caused by this CSS rule:</p> <pre><code>body { font-size: 0.7em; } </code></pre> <p>It works if I set 0.8 or greater, but for 0.7 and less IE6 does the indicated bug.</p> <p>Can someone explain this? Yes it is IE6 - weird by definition, but <strong>this one</strong> is too weird in my opinion.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload