Opened 17 years ago
Closed 17 years ago
#2094 closed Bug (invalid)
Insert/Edit Link Dialog does not change protocol type after browser from server
Reported by: | David Sargent | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | FCKeditor 2.6 RC |
Keywords: | Cc: |
Description
When a user selects the Browser Server button, I open a new browser window with a custom file browser, this custom file browser allows them to select a file, which I return via javascript and populate the URL box, however the URL I return is of the typ /url but the protocol box does not switch from http:// to other as it would if a user typed this in the box. My solution (for the past several years) is to change the default in fck_link.html from http:// to other. This works for us, but is kludgy and means I have to remember to do this each time I update FCKEditor. Is there a better way for me to return the URL (some JS I need to call) or is this a bug where FCKEditor needs to fire the event when it is not.
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | FCKeditor 2.6 |
---|
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
I don't think it is a bug. When typing an URL the user should know if the address which he is typing is absolute or relative. However there is an new feature ticket related to your ticket. Please view #625 for all other information about this issue.