Opened 16 years ago
Closed 13 years ago
#2431 closed Bug (worksforme)
fck justify with flash
Reported by: | Han Kila | 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 (1)
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Pending added |
---|
Changed 16 years ago by
comment:2 Changed 16 years ago by
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:3 Changed 16 years ago by
Keywords: | Confirmed added; Pending removed |
---|
comment:5 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
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.