[richfaces-issues] [JBoss JIRA] Commented: (RF-5777) editor and Seam Text converter: unnesessary text changes occurs

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Thu Jul 9 09:02:40 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-5777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12475603#action_12475603 ] 

Alex Kolonitsky commented on RF-5777:
-------------------------------------

For this example
----- In Editor
qwe123
----- Html which is sent to server
<p><b>qwe</b>123</p>
----- SeamText which we got from this html
<b>qwe</b>123

----- Html which we get with Seam converter
<b>qwe</b><p class="seamTextPara">
123
</p>
-----

If <p> starts with html tag (in our case <b>) it is translated as html (<b>qwe</b>) and paragraph ('123' - it is a separate paragraph)
I think it is a SeamText bug

Note: for seam 2.1.0 SP1 tag <b> (and <strong>) is not a format tag  but a general html one.

> 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