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.