-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.2.5, 2.3.2, 2.4
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
If you visit a form containing a TinyMCE editor (eg. editing a course) you will be given the following JS warning.
Use of attributes' specified attribute is deprecated. It always returns true.
return (attrs.value && attrs.value.specified) ? node.value : node.text;
|
The same line of code is located in multiple files and will need to be fixed as well
- Testing discovered
-
MDL-35515 import YUI 3.7.1
-
- Closed
-