Found a solution.
1. Open rte.js in a editor
2. Goto link() function definition
3. Replace everything beneatht the "var r =
document.selection.createRange();" command with this:
r.execCommand("CreateLink");
reset();
It will use the browsers built in create link function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Found a solution.
1. Open rte.js in a editor
2. Goto link() function definition
3. Replace everything beneatht the "var r =
document.selection.createRange();" command with this:
r.execCommand("CreateLink");
reset();
It will use the browsers built in create link function.