Select boxes problem

Select boxes problem

by Ewout ter Haar -
Number of replies: 2

After a recent upgrade (to a 3.6.5+ version) we start having problems with the select box interface, in the boost theme (and also in bootstrapbase based themes). Hopefully the following pictures explain it. The basic problem is that the not-selected items obscure the save button underneath it. 

Has anyone seen this and know a solution?

(EDIT: I see that upgrading to 3.6.6 has solved it. I'm keeping the post in case anyone has a similar problem).

(EDIT 2: https://tracker.moodle.org/browse/MDL-66472 )




Average of ratings: Useful (1)
In reply to Ewout ter Haar

Re: Select boxes problem

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers
I applied some custom css to move the buttons underneath the drop down menu. Works like a charm. I will post my css when I can.
In reply to Ewout ter Haar

Re: Select boxes problem

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers
This was the css I added in to correct the suggestion box from overlapping with the save button:

/* Corrects Suggestion Box from Overlapping Save Button */
table#participants ul.form-autocomplete-suggestions {position: inherit;}
Average of ratings: Useful (1)