mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
3c24c91a46
* Replace addOuterLength with a recursionDirection as we only want to add length when the first recursion was to the left, and add nothing if we recursed to the right. * Use isContentEditable which is the proper calculated boolean. contentEditable is often just (string)'inherit' :/ Mercifully this works in in IE. * Only check for the IE ce bug if we aren't recursing at all. Bug: 53766 Change-Id: I247d1b68484cb510335b5f6789269ec254376cfe |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
test | ||
ui | ||
ve.BranchNode.js | ||
ve.debug.js | ||
ve.Document.js | ||
ve.Element.js | ||
ve.EventEmitter.js | ||
ve.Factory.js | ||
ve.js | ||
ve.LeafNode.js | ||
ve.NamedClassFactory.js | ||
ve.Node.js | ||
ve.Range.js | ||
ve.Registry.js | ||
ve.track.js |