Commit 925dfe8
authored
Update fromHtml plugin to add compatibility with IE11
cn.ownerDocument.body.contains(cn) isn't working fine with IE11. Changing it to !!(cn.ownerDocument.body.compareDocumentPosition(cn) & 16) it do the job in all the browsers.
Fix for the Issue IE does not add text #610.
#6101 parent 76edb33 commit 925dfe8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
499 | 501 | | |
500 | 502 | | |
501 | 503 | | |
| |||
0 commit comments