Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.7, 2.8.5, 2.9
-
Component/s: Forms Library, Groups, Quiz
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:m29_
MDL-49782 -
Pull Master Diff URL:
Description
window.status sets the status bar and has been disabled by default in recent browsers. In my opinion all uses of this should be removed. I've located this in groups and the forms library.
In most cases this is set using onclick and onmouseout which would otherwise need an onkeypress and onblur as well