[
https://jira.jboss.org/jira/browse/RF-5111?page=com.atlassian.jira.plugin...
]
Alexander Dubovsky updated RF-5111:
-----------------------------------
Description:
# useSeamText=true, viewMode=source
# input in editor following html (link is not absolute):
<p><a href="images/aaa.jpg">Look at my image!</a></p>
# submit or rerender editor
Result: An error occurred during conversion html to seam text.
If input absolut link all is OK:
<p><a href="http://images/aaa.jpg">Look at my
image!</a></p> or
<p><a href="/images/aaa.jpg">Look at my image!</a></p>
was:
# useSeamText=true, viewMode=source
# input in editor following html (link is not absolute):
<p><a href="images/www.jpg">Look at my image!</a></p>
# submit or rerender editor
Result: An error occurred during conversion html to seam text.
If input absolut link all is OK:
<p><a href="http://images/www.jpg">Look at my
image!</a></p>
Editor: An error occurred during conversion html to seam text.
--------------------------------------------------------------
Key: RF-5111
URL:
https://jira.jboss.org/jira/browse/RF-5111
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
# useSeamText=true, viewMode=source
# input in editor following html (link is not absolute):
<p><a href="images/aaa.jpg">Look at my image!</a></p>
# submit or rerender editor
Result: An error occurred during conversion html to seam text.
If input absolut link all is OK:
<p><a href="http://images/aaa.jpg">Look at my
image!</a></p> or
<p><a href="/images/aaa.jpg">Look at my image!</a></p>
--
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