mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00

This is a backport of the Rangy workaround for a bug in HTML5Shiv, which breaks document.createElement by returning nodes which have parent nodes. HTML5Shiv refuses to fix this bug so Rangy has had to work around it. For more information see: * https://code.google.com/p/rangy/issues/detail?id=104; and * https://github.com/aFarkas/html5shiv/issues/64.
10 lines
512 B
Text
10 lines
512 B
Text
Description of the import of libraries associated with the Atto editor.
|
|
|
|
1) Rangy (version 1.2.3)
|
|
* Download the latest stable release;
|
|
* Copy the content of the 'currentrelease/uncompressed' folder into yui/src/rangy/js
|
|
* Run shifter against yui/src/rangy
|
|
|
|
Notes:
|
|
* We have patched 1.2.3 with a backport fix from the next release of Rangy which addresses an incompatibility
|
|
between Rangy and HTML5Shiv which is used in the bootstrapclean theme. See MDL-44798 for further information.
|