Details
Description
the file \lib\yui\container\assets\skins\sam\container.css
contains the following CSS selector, which makes all the select boxes on the page disappear. Might be a YUI bug, but I had to comment it to make things work. (no line number as the file is minified)
.masked select,.drag select,.hide-select select{_visibility:hidden;}
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-19148 | In Internet Explorer 6 with AJAX activated for courses and course edit mode on, the usual drop-down menus to add resources or activities do not appear. |
|
|
|
Hello,
We had same problem. This bug appears when we allow ajax in course ("disablecourseajax" variable).
This option add css classname "drag" in body tag.
In waiting better, we added .drag selectt{visibility: visible;} in ./theme/standard/styles_ie6.css
Cheers