[JBoss JIRA] Created: (RF-11271) Panel Menu - doesn't wok using MyFaces
by Jan Papousek (JIRA)
Panel Menu - doesn't wok using MyFaces
--------------------------------------
Key: RF-11271
URL: https://issues.jboss.org/browse/RF-11271
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Internet Explorer 8.0 @ Win32
Reporter: Jan Papousek
The panel menu doesn't work using Tomcat 6 and MyFaces. This can be reproduced in Metamer: faces/components/richPanelMenu/simple.xhtml.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (RF-10465) Tables: attribute value of text input ignored
by Pavol Pitonak (JIRA)
Tables: attribute value of text input ignored
---------------------------------------------
Key: RF-10465
URL: https://issues.jboss.org/browse/RF-10465
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Milestone6
Environment: RichFaces 4.0.0-SNAPSHOT r.21514
Metamer 4.0.0-SNAPSHOT r.21527
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 9.0.597.84 @ Linux x86_64
Reporter: Pavol Pitonak
Attachments: input.png
Create the following page and open it (data model contains 4 strings... "row1", "row2", "row3", "row4"). 5 inputs are rendered on the page but only the one outside the table contains a value "abc".
<?xml version="1.0" encoding="UTF-8" ?>
<!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:rich="http://richfaces.org/rich">
<h:head/>
<h:body>
<h:form id="form">
<h:inputText id="inputOut" value="abc"/><br/><br/>
<rich:dataTable value="#{templateBean.dataTableModel}" var="item" id="table" rowKeyVar="row">
<rich:column>
<h:inputText id="inputIn" value="abc"/>
</rich:column>
</rich:dataTable>
</h:form>
</h:body>
</html>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (RF-11091) Autocomplete component is wrongly aligned
by Viliam Rockai (JIRA)
Autocomplete component is wrongly aligned
-----------------------------------------
Key: RF-11091
URL: https://issues.jboss.org/browse/RF-11091
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Viliam Rockai
Attachments: autocomplete.png
Autocomplete component is wrongly aligned (tested in chrome). See the attachment picture as an example. The input created by autocomplete has smaller height then input component and it is under the writing-line rule. That causes forms using autocomplete to look scattered.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months