[richfaces-issues] [JBoss JIRA] Closed: (RF-5106) Editor: links in seam text.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Dec 10 10:31:36 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Dubovsky closed RF-5106.
----------------------------------



> Editor: links in seam text.
> ---------------------------
>
>                 Key: RF-5106
>                 URL: https://jira.jboss.org/jira/browse/RF-5106
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.BETA1, seam 2.1.0.SP1
>            Reporter: Alexander Dubovsky
>            Assignee: Alexander Dubovsky
>             Fix For: 3.3.0
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> # Set voiewMode="source" for editor
> # Set useSeamText="true"
> # Set value="Go to the Seam website at [=>http://jboss.com/products/seam].\n\n Go to [the Seam website=>http://jboss.com/products/seam]." 
> # Check the html, generated in editor:
> Result: <p class="seamTextPara">
> Go to the Seam website at <a href="http://jboss.com/products/seam" class="seamTextLink"></a>.
> </p>
> <p class="seamTextPara">
> Go to <a href="http://jboss.com/products/seam" class="seamTextLink">the Seam website</a>.</p> -- All is OK
> # rerender editor and check html again:
> Result: <p class="seamTextPara">
> <a href="http://jboss.com/products/seam" class="seamTextLink">Go to the Seam website at</a>.
> </p>
> <p class="seamTextPara">
> <a href="http://jboss.com/products/seam" class="seamTextLink">Go to the Seam website</a>.</p> -- It is INCORRECT

-- 
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