Opened 17 years ago

Closed 17 years ago

#1217 closed Bug (fixed)

Opera: splitting a link instead of deleting it

Reported by: Aleksey Onopriyenko Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: Opera Compatibility
Component: General Version:
Keywords: Cc:

Description

If click on 'Remove Link' when caret is inside linked text but no part of one is selected the link will not be removed but will be split.

Btw IE and Firefox will remove the link, Safari will do nothing.

Tested with Opera 9.5 alpha (build 9500) and Opera 9.23

Change History (4)

comment:1 Changed 17 years ago by Hallvord R. M. Steen (Opera Software)

Owner: set to Frederico Caldeira Knabben

can be fixed in FCKUnlinkCommand.prototype.Execute by sending Opera through the existing Gecko code

if ( FCKBrowserInfo.IsGecko )

should be

if ( FCKBrowserInfo.IsGecko
FCKBrowserInfo.IsOpera )

comment:2 Changed 17 years ago by Hallvord R. M. Steen (Opera Software)

Owner: changed from Frederico Caldeira Knabben to fredck@…

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Owner: changed from fredck@… to Frederico Caldeira Knabben

comment:4 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [876]. Click here for more info about our SVN system.

Your advice worked like a charm Hallvord. That if come from the early ages when no Opera or Safari support was ever thought.

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