Editor: links in seam text.
---------------------------

                 Key: RF-5106
                 URL: https://jira.jboss.org/jira/browse/RF-5106
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.BETA1, seam 2.1.0.SP1
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


# Set voiewMode="source" for editor
# 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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to