Opened 8 years ago
Last modified 8 years ago
#16689 confirmed Bug
Special char dialog entries unnecessarily encoded
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open CKEditor with Special Characters plugin.
- Use "Insert Special Character" button to open the dialog.
- Mouse over characters like
&
.
Expected result
Tooltip shows &
.
Actual result
Tooltip shows &
.
Other details (browser, OS, CKEditor version, installed plugins)
Same thing happens e.g. for <
, >
characters.
Change History (2)
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|
This may be related to how
basicEntities
work. It would be important in this case to only "Fix" tooltips and not the entities (because we will actually break them).