-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3.2
-
MOODLE_32_STABLE
Question bank > Questions > Add a new question (dialog)
And same issue on
Course (edit mode turned On) > Add a new resource or activity (dialog) > Click one of the activities
Clicking on any question/activity name hides the middle scrollbar, on both LTR and RTL modes
Maybe! the following code can be a fix, but I am not sure if we should narrow down the question name or not expand the question's description? and also, maybe, the entire width of the dialog show expand?
.jschooser .choosercontainer #chooseform .alloptions {
|
overflow-x: hidden; |
overflow-y: auto; |
max-width: 15.3em; |
}
|
- will be (partly) resolved by
-
MDL-55796 Convert core_course_renderer::course_modchooser to a template
-
- Closed
-
-
MDL-55797 Convert core_question_bank_renderer::qbank_chooser to a template
-
- Closed
-
-
MDL-55798 Choosers are not responsive any more
-
- Closed
-
-
MDL-55805 Various spaces, and structural changes for the new theme
-
- Closed
-