forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-44798 editor_atto: Backport a fix for HTML5Shiv
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 * aFarkas/html5shiv#64.
- Loading branch information
1 parent
cc29e5d
commit 234ead3
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
lib/editor/atto/yui/build/moodle-editor_atto-rangy/moodle-editor_atto-rangy-min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters