Skip to content

Commit 890f562

Browse files
chore(imageEditor): fix structure and anchor
1 parent 83cb741 commit 890f562

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

controls/imageeditor/troubleshooting/common-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article lists the most common issues related to RadImageEditor:
1818

1919
* [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)
2020

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)
2222

2323

2424

@@ -79,7 +79,8 @@ This problem is caused by a breaking change in .NET 4.0 described [here](http://
7979
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).
8080

8181
Loading images through an external URL usually leads to the following **JavaScript error**:
82-
````SecurityError: The operation is insecure.````
82+
83+
`SecurityError: The operation is insecure.`
8384

8485
*Solution*
8586

0 commit comments

Comments
 (0)