Opened 12 years ago
Last modified 11 years ago
#9357 confirmed Bug
Empty 'a href' confuses CKEditor
Reported by: | David | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6 |
Keywords: | Cc: |
Description
If the HTML source includes this:
<a href="">TEXT HERE</a>
...then CKeditor gets confused and won't show "Edit Link" when you right-click on "TEXT HERE".
Problem with context menu being absent when href attribute is empty has been reproducible from CKEditor 3.6.
NOTE: clicking on link and then on toolbar button fortunately works.