Ticket #2431 (closed Bug: worksforme)
fck justify with flash
| Reported by: | hankila | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
In version 1.4 the html output for justifying paragraphs looked like this: "<P align=right>text goes here</P>"
in the latest version it looks like this "<p style="text-align: right">text goes here</P>"
However this is no longer compatible with flash dynamic textfields. Is there a fix for this?
Attachments
Change History
comment:2 Changed 5 years ago by hankila
Hi
Attached an swf flash file which loads an external xml document.
There are two methods used for justification of the text. Only one works. The other one (using style="text-align: right") is the output of the fck editor. This is not supported by flash.
Is there a fix for this?
Thx Han
comment:5 Changed 22 months ago by krst
- Status changed from confirmed to closed
- Resolution set to worksforme
In CKE3.6.2
<p align="right"> text goes here</p>
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.

Please attach sample code with uses flash dynamic textfield.