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 Anna Tomanek)

To reproduce the defect:

  1. Open any CK Editor sample and open Special Character dialog.
  1. 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 Jakub Ś

Status: newconfirmed
Version: 3.5

comment:2 Changed 14 years ago by Anna Tomanek

Description: modified (diff)
Summary: Both special characters have same label on Special Character dialogSpecial 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 vs rArr) 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 the lang/en.js file.

Changed 14 years ago by Anna Tomanek

Attachment: 8155.patch added

Proposed patch

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy