[
https://jira.jboss.org/jira/browse/RF-6142?page=com.atlassian.jira.plugin...
]
Tsikhon Kuprevich updated RF-6142:
----------------------------------
Description:
For the code snippet below.
#Click inplaceSelect
#Close two alert windows
#Click open area at the page
=> The component outputs the following string:
"   "
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>myFaces_1.2.5 with jsp</title>
</head>
<body>
<f:view>
<h:form id="form">
<rich:inplaceSelect id="iSId1"
oneditactivation="alert('1')">
<f:selectItem itemLabel="Outras Atividades1" itemValue="110"
/>
<f:selectItem itemLabel="Outras Atividades11" itemValue="1101"
/>
<f:selectItem itemLabel="Outras Atividades111" itemValue="11101"
/>
<f:selectItem itemLabel="Outras Atividades" itemValue="10"
/>
<a4j:support event="oneditactivated"
oncomplete="alert('2');" />
</rich:inplaceSelect>
</h:form>
</f:view>
</body>
</html>
was:
For the code snippet below.
#Click inplaceSelect
#Close two alert windows
#Click open area at the page
=> The component outputs the following string:
"   "
<pre>
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>myFaces_1.2.5 with jsp</title>
</head>
<body>
<f:view>
<h:form id="form">
<rich:inplaceSelect id="iSId1"
oneditactivation="alert('1')">
<f:selectItem itemLabel="Outras Atividades1" itemValue="110"
/>
<f:selectItem itemLabel="Outras Atividades11" itemValue="1101"
/>
<f:selectItem itemLabel="Outras Atividades111" itemValue="11101"
/>
<f:selectItem itemLabel="Outras Atividades" itemValue="10"
/>
<a4j:support event="oneditactivated"
oncomplete="alert('2');" />
</rich:inplaceSelect>
</h:form>
</f:view>
</body>
</html>
</pre>
inplaceSelect: symbols are encoded in output
--------------------------------------------
Key: RF-6142
URL:
https://jira.jboss.org/jira/browse/RF-6142
Project: RichFaces
Issue Type: Bug
Environment: myfaces
jsp
tomcat
3.3.1. snapshot
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
For the code snippet below.
#Click inplaceSelect
#Close two alert windows
#Click open area at the page
=> The component outputs the following string:
"   "
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>myFaces_1.2.5 with jsp</title>
</head>
<body>
<f:view>
<h:form id="form">
<rich:inplaceSelect id="iSId1"
oneditactivation="alert('1')">
<f:selectItem itemLabel="Outras Atividades1" itemValue="110"
/>
<f:selectItem itemLabel="Outras Atividades11" itemValue="1101"
/>
<f:selectItem itemLabel="Outras Atividades111"
itemValue="11101" />
<f:selectItem itemLabel="Outras Atividades" itemValue="10"
/>
<a4j:support event="oneditactivated"
oncomplete="alert('2');" />
</rich:inplaceSelect>
</h:form>
</f:view>
</body>
</html>
--
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