[richfaces-issues] [JBoss JIRA] Commented: (RF-5777) editor and Seam Text converter: unnesessary text changes occurs
David Herrera Alonso (JIRA)
jira-events at lists.jboss.org
Fri Jul 10 03:26:29 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12475695#action_12475695 ]
David Herrera Alonso commented on RF-5777:
------------------------------------------
I have tested with today snaphot of richfaces (someone points me to check it) and occurs the same.
And I have test a work around to solve this, and if s:formattedText receive a value like this:
[code]<p><b>this is bold text</b> and this normal, all on a single line.</p>[/code]
Seam Text will show a perfect single line with bold and normal styles! :)
Now I think that this is a problem with richeditor when converts input to seamtext. Maybe instead of using double "\n" to delimit a new paragraph, it should be best use < p > html tag.
I say that because I think step 3 of your list ("SeamText which we got from this html") is part of richeditor when converts input to seamtext.
> editor and Seam Text converter: unnesessary text changes occurs
> ---------------------------------------------------------------
>
> Key: RF-5777
> URL: https://jira.jboss.org/jira/browse/RF-5777
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Ilya Shaikovsky
> Assignee: Anton Belevich
> Priority: Minor
> Fix For: Future
>
>
> checked at livedemo
> turn seam text on
> write "asd123"
> select "asd" and make it bold.
> switch the editor from normal to advanced (in order to submit the value)
> now the "123" string moved to new line.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list