You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem using the alpha build with IE8, where it's not finding the document body for some reason. I'm receiving an alert saying "Rangy is not supported in this environment. Reason: No body element found"
Swapping the script out for the Google Code version removes this error. Adding rangy.init() immediately after including the script does not resolve the issue.
The text was updated successfully, but these errors were encountered:
I'm having a problem using the alpha build with IE8, where it's not finding the document body for some reason. I'm receiving an alert saying "Rangy is not supported in this environment. Reason: No body element found"
Here's my trivial test code:
Swapping the script out for the Google Code version removes this error. Adding
rangy.init()
immediately after including the script does not resolve the issue.The text was updated successfully, but these errors were encountered: