Opened 14 years ago
Closed 11 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 14 years ago by
Keywords: | link single click removed |
---|---|
Status: | new → confirmed |
Version: | 3.5.1 → 3.4 |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
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.
In addition: under Opera both of links don't work.