When using the "Insert Hyperlink" functionality in CuteEditor, the Mac-Safari browser loads the page safari_tag_a.ascx, which does not contain much of the functionality of Tag_A.ascx, such as the fields "Type", "ID", "AccessKey", "Tab Index", and the "Select a named anchor in the current page" checkbox.
How can I best configure CuteEditor so that Mac-Safari can have these fields too?
Safari_tag.config contains the following tag:
<add pattern="A" tab="A" text="Link" control="Tag_A.ascx">
Should I copy the contents of gecko_tag_a.ascx and paste it into safari_tag_a.ascx? Is there anything else I need to change?
Thanks in advance for your help.