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
Copy file name to clipboardExpand all lines: controls/imageeditor/troubleshooting/common-issues.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article lists the most common issues related to RadImageEditor:
18
18
19
19
*[Event Handlers Might Not Be Not Raised in a Default Document in IIS 7 or IIS 7.5 Integrated Mode](#event-handlers-might-not-be-not-raised-in-a-default-document-in-iis-7-or-iis-75-integrated-mode)
20
20
21
-
*[The Image Is Not Loaded or/and a Security JavaScript Error is Thrown](#the-given-image-is-not-loaded-orand-a-security-javascript-error-is-thrown)
21
+
*[The Image Is Not Loaded or/and a Security JavaScript Error is Thrown](#the-image-is-not-loaded-orand-a-security-javascript-error-is-thrown)
22
22
23
23
24
24
@@ -79,7 +79,8 @@ This problem is caused by a breaking change in .NET 4.0 described [here](http://
79
79
By design **RadImageEditor can work only with virtual paths** pointing to images placed inside its application root directory. Using images from external URLs (*http://host/image.jpg*) or physical location (*C:/images/image.jpg*) is not supported out-of-the-box. Such configuration may lead to **not rendered or not editable image** (so the image operations will not work properly on it).
80
80
81
81
Loading images through an external URL usually leads to the following **JavaScript error**:
0 commit comments