Opened 15 years ago
Closed 15 years ago
#4154 closed Bug (fixed)
Real descriptions must be set into CKEDITOR.config.smiley_descriptions
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.2 |
Component: | Accessibility | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Confirmed | Cc: | jkavanag@… |
Description
The smiley_descriptions setting currently has just a few descriptions, and all of them are textual smileys, instead of real descriptions.
Change History (6)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.2 |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Cc: | jkavanag@… added |
---|---|
Component: | General → Accessibility |
Keywords: | IBM added |
Screen reading software needs a description that will convey the emotion to the user.
comment:4 Changed 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Emotion icon text descriptions should be introduced in language files.
Changes are checked in with [4996] on aria branch.
comment:5 Changed 15 years ago by
The fact is that the smileys are content related, not UI related. So, if you're writing in English with a Chinese interface, the smileys should still output in English.
Other than that, the smileys are configuration options and we can't assume they will match the language file order.
Because of the above things, we should still provide the smiley descriptions as configuration options in English. In this way, it's still possible to localize it to specific languages at developer side.
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5092] in 3.2.x branch.
#4644 has been marked as DUP.