#6696 closed Bug (fixed)
Dialogs open for non-editable content on doubleclick
Reported by: | Dinu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | Cc: |
Description
To reproduce:
- insert <span contenteditable="false"><a href="url">Link</a><span>
- double-click link
A dialog will open, allowing editing the link. The context menu "Edit link" and "Unlink" commands are properly disabled, but double-click still opens the dialog.
Fixed with [6107].