-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE
-
MDL-45425-master -
We update the button highlighting following a selectionchanged event triggered by _hasSelectionChanged.
However, we do this on mouseup.
Since the mouseup event is fired before the selection has changed, this is wrong.
We need tomake it async.