Ticket #6795 (review_failed Bug)
SCAYT Languages tab should contain some spacing between the radio buttons and labels
| Reported by: | Anna | Owned by: | Anna |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Spell Checker | Version: | |
| Keywords: | HasPatch | Cc: | tech@… |
Description
The "Languages" tab of the Spell Check As You Type dialog window would benefit from some spacing between the radio buttons and their labels, similar to the formatting of the "Options" tab & its checkboxes. Right now it looks a bit crammed/ ugly.
Languages tab: http://docs.cksource.com/images/b/b4/CKEditor_SCAYT_languages.png
Options tab: http://docs.cksource.com/images/b/b6/CKEditor_SCAYT_options.png
Attachments
Change History
comment:1 Changed 2 years ago by SpellChecker.net
- Cc tech@… added
- Component changed from UI : Dialogs to UI : Spell Checker
comment:3 Changed 2 years ago by SpellChecker.net
- Keywords HasPatch, Review? added
Spacing between the radio buttons and labels added.
comment:4 Changed 22 months ago by Anna
- Status changed from confirmed to review
- Keywords HasPatch added; HasPatch, Review? removed
- Owner set to Anna
comment:5 Changed 22 months ago by Anna
- Status changed from review to review_failed
This solution does not really work as expected, since it still looks bad for Right-to-Left languages.
Besides, in CKEditor we tend to use a space placed between the checkbox/radio element and the label, like in here: https://dev.ckeditor.com/browser/CKEditor/trunk/_source/plugins/dialogui/plugin.js#L391. This helps save a couple of bytes when compared to adding multiple style declarations.
Would you be able to implement something along these lines instead? Thanks!
