-
Notifications
You must be signed in to change notification settings - Fork 68
Dropdown menus do not collapse #284
Comments
Me too... and a picture... No amount of clicking outside the drop down makes it vanish. In the console is this if it matters... Uncaught TypeError: event.data.indexOf is not a function |
I am able to replicate it, but it's a core bug and not part of Quickmail at all and a problem with the "autocomplete" form element's JS.
I've verified by moving back to the old method it works in 3.7.1. Looking into finding a workaround, but it seems there is none until Moodle core fixes this. Implementing the above diff to lib/amd/src/form-autocomplete.js (and minifying this in lib/amd/build/form-autocomplete.min.js) fixes everything everywhere. |
To clarify, changing this:
To this:
Resolves the issue. |
Remember to minify and copy to build. |
The core change is as follows according to Moodle.org so as not to break scrolling in modal dialog boxes.
To
Capitalization is a killer, people. |
Is there a Moodle tracker for this? So we can vote/complain |
The To and Exclude dropdown menus do not automatically collapse after a selection is made. This issue was experienced in Moodle 3.7.1, using either the Classic or Boost themes. Issue occurs in Chrome, Edge, and IE web browsers.
The text was updated successfully, but these errors were encountered: