-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.9.4, 3.10.1
-
MOODLE_310_STABLE, MOODLE_39_STABLE
Steps to reproduce:
- Go to any form with a 'filetypeslist' field. For example https://qa.moodledemo.net/course/modedit.php?update=5&return=1, 'Accepted file types' in the 'Submission types' section.
- Click on Choose
- Click on Cancel
- Click on Choose
- Click the first 'Expand' link.
Expected result: that second of choices expands.
Acutal results: nothing happens (well, acutally, in the background, the page scrolls to the top. This is an <a href="#"> with a JavaScript event handler, and it seems that after the dialogue has been closed once, the event handlers stop working.