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

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 27 08:57:41 EST 2008


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

        



More information about the richfaces-issues mailing list