Hi,
can anybody confirm the following issue that appeared with Moodle 1.9.4+ (Build 20090506 or thereabout) together with Internet Explorer 6:
When AJAX is enabled for courses and editing mode is on, there are no drop-down menus visible for activities and resources. So it is impossible to add new activities / resources. The only remedy is to deactivate AJAX for courses.
Even though neither IE7, IE8, nor Firefox are affected, this is quite important to my school because here IE6 is still widely used and once one has tasted AJAX-support when setting up or changing courses, it is difficult to do without.
Regards
Ralf Seliger
PS: I already have filed this issue as a bug at tracker.moodle.org, but so far there is no reaction.
Internet Explorer 6: No drop-down menus in courses with AJAX enabled
autor Ralf Seliger -
Počet odpovědí: 2
V odpovědi na Ralf Seliger
Re: Internet Explorer 6: No drop-down menus in courses with AJAX enabled
autor Matt Gibson -
I bumped into this a little while back and found it was due to a collision between the CSS on the inputs for adding resources and some rule that was present in a YUI file that was included. I've forgotten the exact details, but it was something like input.dragdrop {display:none} in one of the YUI panel files. I tracked it down and commented the rule and found that it worked.
Do you get this with all third party extensions disabled and whilst using the standard theme?
Do you get this with all third party extensions disabled and whilst using the standard theme?
V odpovědi na Ralf Seliger
Re: Internet Explorer 6: No drop-down menus in courses with AJAX enabled
autor Martin Dougiamas -
For reference the bug is MDL-19148