-
Incident report
-
Resolution: Unsupported version
-
Trivial
-
None
-
2.2.7
theme css files still seem to have ie6 related content even though support for ie6 was dropped in 2.0.
maybe the theme css can be slightly simplified
./themes/darkblue/jquery-ui.css:* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ ./themes/darkblue/jquery-ui.css:/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ ./themes/classic/jquery-ui.css:/* without this, the menu expands to 100% in IE6 */ ./themes/classic/jquery-ui.css:/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ ./themes/originalblue/jquery-ui.css:* html .ui-autocomplete { width: 1px; } /* without this, the menu expands to 100% in IE6 */ ./themes/originalblue/jquery-ui.css:/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ ./themes/darkorange/jquery-ui.css:* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ ./themes/darkorange/jquery-ui.css:/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */