Opened 16 years ago

Closed 16 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 16 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.6

comment:2 Changed 16 years ago by Wojciech Olchawa

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy