Opened 7 years ago

Last modified 7 years ago

#16918 confirmed Bug

French text alignment in flash plugin

Reported by: julio Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0
Keywords: Cc:

Description

Steps to reproduce

  1. Set ckeditor 4.6.2 with french language
  2. Click in the flash plugin
  3. Alignment of HSpace and VSpace

Actual result

See image

Other details (browser, OS, CKEditor version, installed plugins)

ckeditor 4.6.2 in French language + flash plugin

Attachments (2)

proprietes_flash.JPG (27.8 KB) - added by julio 7 years ago.
Selection_002.png (53.9 KB) - added by julio 7 years ago.

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by julio

Attachment: proprietes_flash.JPG added

comment:1 Changed 7 years ago by julio

Version: 4.7.0 (GitHub - major)4.6.2

comment:2 Changed 7 years ago by julio

Summary: French text alignment in flashFrench text alignment in flash plugin

comment:3 Changed 7 years ago by julio

A quick fix it could be to add this:

.cke_dialog_ui_labeled_label {
    white-space: initial !important;
}

But it breaks the alignment.

Changed 7 years ago by julio

Attachment: Selection_002.png added

comment:4 Changed 7 years ago by julio

A better solution could be to render the options like in the image plugin:

comment:5 Changed 7 years ago by Jakub Ś

Status: newconfirmed
Version: 4.6.24.0

Problem can be observed from CKEditor 4.0

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