Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4 trunk r43806. Tomcat 7, all browsers.
-
Assignee Priority:P1
-
Affects:Compatibility/Configuration
Description
When icefaces.jar and javax.faces-2.2.8 are included in a .war file, the following test will not render the expected placeholder "Enter email" in the input field. After removing the icefaces.jar the placeholder is rendered as expected.
Use a simple test application such as:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:p="http://xmlns.jcp.org/jsf/passthrough">
<h:head><title>JSF 2.2</title></h:head>
<h:body>
<h:form id="form">
<h:inputText id="email" value="#{bean.email}"
p:type="email" p:placeholder="Enter email"/>
</h:form>
</h:body>
</html>
So far this has only been tested with <h:inputText>. Issues with other<h:components> could be present.
New QA test applications have been added to:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/HTML5passthrough
Use a simple test application such as:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:p="http://xmlns.jcp.org/jsf/passthrough">
<h:head><title>JSF 2.2</title></h:head>
<h:body>
<h:form id="form">
<h:inputText id="email" value="#{bean.email}"
p:type="email" p:placeholder="Enter email"/>
</h:form>
</h:body>
</html>
So far this has only been tested with <h:inputText>. Issues with other<h:components> could be present.
New QA test applications have been added to:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/HTML5passthrough
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Affects | Compatibility/Configuration [ 10002 ] | |
Assignee Priority | P1 [ 10010 ] |
Liana Munroe
made changes -
Description |
When icefaces.jar and javax.faces-2.2.8 are included in a .war file, the following test will not render the expected placeholder "Enter email" in the input field. After removing the icefaces.jar the placeholder is rendered as expected.
Use a simple test application such as: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:p="http://xmlns.jcp.org/jsf/passthrough"> <h:head><title>JSF 2.2</title></h:head> <h:body> <h:form id="form"> <h:inputText id="email" value="#{bean.email}" p:type="email" p:placeholder="Enter email"/> </h:form> </h:body> </html> So far this has only been tested with <h:inputText>. Issues with other<h:components> could be present. |
When icefaces.jar and javax.faces-2.2.8 are included in a .war file, the following test will not render the expected placeholder "Enter email" in the input field. After removing the icefaces.jar the placeholder is rendered as expected.
Use a simple test application such as: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:p="http://xmlns.jcp.org/jsf/passthrough"> <h:head><title>JSF 2.2</title></h:head> <h:body> <h:form id="form"> <h:inputText id="email" value="#{bean.email}" p:type="email" p:placeholder="Enter email"/> </h:form> </h:body> </html> So far this has only been tested with <h:inputText>. Issues with other<h:components> could be present. New QA test applications have been added to: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/HTML5passthrough |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43822 | Mon Dec 15 12:36:12 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMResponseWriter.java
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Note that this appears to affect all passthrough attributes with h: components.