-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.1
-
- Using 3.4 prototype, Course Different types of feedbacks, Feedback Anonymous feedback.
- Preview the form.
- Check Dropdown all question options are readable. (the last one is large).
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
Moodle Mobile 3.5.2
If you have a select whose options have some long text, that text cannot be seen in the Mobile app, it is truncated (see screenshot). The screenshot below was taken in a lesson, but it also happens in other places (probably all selects).
IMO we should add "white-space: normal" to all select popovers by default, and allow disabling it using a custom class. The class can be set like this:
<ion-select [selectOptions]="{cssClass: 'core-no-text-wrap'}">
It'd also be nice if the popovers could be wider if needed, right now they're pretty narrow. This can be tricky because the popover position is calculated depending on the ion-select position.