I've noticed some odd behaviour when entering URLs in the editor directly.
1. If I copy/paste the URL from my browser's location field the editor (running in IE) automatically creates it as an <a href...>.
2. If I type a URL into the editor an <a href...> *is not* automatically created *unless* a space is entered immediately following the URL.
What I'd like to do is:
1. Have the editor create an <a href...> regardless of whether or not I've entered a space after typing the URL.
2. Modify the source such that when the <a href...> is automatically created a target is set (hardcoded to "_blank" is fine).
Anyone experienced this behaviour before? Any ideas where in the source the link is automatically created?
Any help is appreciated.
Cheers,
Brandon
1. If I copy/paste the URL from my browser's location field the editor (running in IE) automatically creates it as an <a href...>.
2. If I type a URL into the editor an <a href...> *is not* automatically created *unless* a space is entered immediately following the URL.
What I'd like to do is:
1. Have the editor create an <a href...> regardless of whether or not I've entered a space after typing the URL.
2. Modify the source such that when the <a href...> is automatically created a target is set (hardcoded to "_blank" is fine).
Anyone experienced this behaviour before? Any ideas where in the source the link is automatically created?
Any help is appreciated.
Cheers,
Brandon

RE: Problem typing URL in editor
RE: Problem typing URL in editor
RE: Problem typing URL in editor
If you want the dialog box to be defaulted to "New Window/_blank", you can change this in fckeditor/editor/dialog/fck_link.html.
Remember to but "_blank" in the Target Frame Name-field; its not enough to change the Target-dropdown, I know...
You may also experince very though cachingproblems, but it'll work finally!
Johnny