我正在研究一個使用textAngular的角度應用,該角色取決於rangy-core和rangy-selectionsaverestore。我在使用最新的IE瀏覽器時出現以下錯誤:在Internet Explorer中初始化Rangy.js時出錯
Module 'WrappedSelection' failed to load: Unspecified error.
Error: Unspecified error.
at Anonymous function (js/plugins/textAngular/rangy-core.js:2970:29)
at Anonymous function (js/plugins/textAngular/rangy-core.js:2923:14)
at Anonymous function (js/plugins/textAngular/rangy-core.js:415:21)
at Module.prototype.init (js/plugins/textAngular/rangy-core.js:387:13)
at init (js/plugins/textAngular/rangy-core.js:294:17)
at loadHandler (js/plugins/textAngular/rangy-core.js:3825:17)
Module 'SaveRestore' failed to load: Unable to get property 'isDirectionBackward' of undefined or null reference
TypeError: Unable to get property 'isDirectionBackward' of undefined or null reference
at Anonymous function (js/plugins/textAngular/rangy-selectionsaverestore.js:30:9)
at Anonymous function (js/plugins/textAngular/rangy-core.js:415:21)
at Module.prototype.init (js/plugins/textAngular/rangy-core.js:387:13)
at init (js/plugins/textAngular/rangy-core.js:294:17)
at loadHandler (js/plugins/textAngular/rangy-core.js:3825:17)
此錯誤似乎在rangy初始化過程中發生。
這很奇怪,TextAngular演示在Internet Explorer上工作正常。演示和我的應用程序之間的一個不同之處在於,我使用的是未分類的rangy庫。最後,這些錯誤不會發生在Chrome或Firefox上。
雖然應用程序加載(我覺得上面的錯誤是在控制檯只是警告),當我點擊進入textAngular場,我看到以下錯誤:
對象不支持屬性或方法「getSelection ' File:textAngular.js,Line:693,Column:4
我在textAngular或rangy github中找不到任何解決這些問題的東西。有沒有人遇到過這些問題?
如果有幫助,我可以將鏈接發佈到我們的應用程序。
謝謝!
我以前沒有見過這個問題,但看瘦長的代碼,我可以看到一個錯誤:選擇保存/恢復模塊缺少依賴關係。我已經解決了這個問題,並會在下週左右發佈修補程序版本。 –
感謝您的回覆。你認爲缺少的依賴關係導致腳本在IE中失敗,而不是其他瀏覽器? –
@TimDown,我注意到提交併相應地更新了我的文件。 現在,我只在IE中得到這個錯誤: '模塊'WrappedSelection'加載失敗:未指定。' –