Opened 14 years ago
Last modified 14 years ago
#8155 closed Bug
Special Character dialog window shows the same tooltip for symbols with different spelling case — at Version 2
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.2 |
Component: | General | Version: | 3.5 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description (last modified by )
To reproduce the defect:
- Open any CK Editor sample and open Special Character dialog.
- Hover your mouse over the two icons next to bullet in last row
Issue: They both have same label Rightwards double arrow.
The same goes for some pairs of letters, capital & small, like Œ and œ, for example.
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.5 |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Both special characters have same label on Special Character dialog → Special Character dialog window shows the same tooltip for symbols with different spelling case |
The correct definitions, as per Unicode names, should be "Rightwards arrow" (for
→
) and "Rightwards double arrow" (for⇒
).The error, however, stems from the fact that the editor does not differentiate between spellings with different case.
For arrows there should be two separate definitions for that in the
specialchar/lang/en.js
file and the editor should take letter case (rarr
vsrArr
) into account. This is a general problem, however, and more definitions are affected, likeŒ
andœ
(Latin capital ligature oe and Latin small ligature oe) etc., so I am updating the ticket title.We also seem to be missing the definitions for capital letters, or, in other words, all symbols with entities containing a capital letter (
Ugrave
,OElig
) are missing from thelang/en.js
file.