Opened 13 years ago

Closed 10 years ago

#7162 closed Bug (invalid)

Link without <span> doesn't respond to single click in non-editable mode

Reported by: nighantom Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: Cc:

Description

1.1 Insert <span contenteditable="false"><a href="http://ckeditor.com">Link</a></span>

1.2 Single click the link, nothing happens. (The link should go to http://ckeditor.com, as expected).

2.1 Insert <span contenteditable="false"><a href="http://ckeditor.com"><span>Link</span></a></span>

2.2 Single click the link, the link can go to http://ckeditor.com now.

Links should work in the same way in both cases.

Change History (2)

comment:1 Changed 13 years ago by kaga

Keywords: link single click removed
Status: newconfirmed
Version: 3.5.13.4

In addition: under Opera both of links don't work.

comment:2 Changed 10 years ago by Piotrek Koszuliński

Resolution: invalid
Status: confirmedclosed

This is not a valid bug report. Links should not work in editor at all, even when having contenteditable=false parent. They are still links inside editor and thus they should not work. Custom click handlers have to be used instead if developer really wants to make the link work.

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