Editor: convertion error when special characters is used in seamText mode.
--------------------------------------------------------------------------

                 Key: RF-6725
                 URL: https://jira.jboss.org/jira/browse/RF-6725
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.BETA3
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


Source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";
        xmlns:h="http://java.sun.com/jsf/html";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:a4j="http://richfaces.org/a4j";
        xmlns:c="http://java.sun.com/jstl/core";
        xmlns:rich="http://richfaces.org/rich";
        xmlns:ui="http://java.sun.com/jsf/facelets";
        xmlns:s="http://jboss.com/products/seam/taglib";>

<head>
</head>
<body>
<f:view>
        <h:form id="form">
                <rich:messages></rich:messages>
                <a4j:status startText="working"></a4j:status>

                <h:form>
                        <rich:editor id="editor" value="#{editor.value}" 
theme="advanced"
                                useSeamText="true" />
                        <a4j:commandButton reRender="editor" 
value="rerender"></a4j:commandButton>
                        <a4j:log popup="false"></a4j:log>
                </h:form>
        </h:form>
</f:view>
</body>
</html>

# Open page. Click "Insert special character" toolBar button
# Insert any character, e.g. &radic. Rerender editor
Result: convertion error is displayed - "An error occurred during conversion 
html to seam text"

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