[JBoss JIRA] (RF-12706) packed resources generate more than one css file with the same name
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12706?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-12706:
----------------------------------
Assignee: (was: Brian Leathem)
> packed resources generate more than one css file with the same name
> -------------------------------------------------------------------
>
> Key: RF-12706
> URL: https://issues.jboss.org/browse/RF-12706
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M3
> Environment: Richfaces 4.3.0.M3, myfaces-2.1.10
> Reporter: Rene O
> Attachments: jsf2test.zip
>
>
> Simple Testcase:
> Use at least two different richfaces-components and you can see, that there appear more than one packed-css resource with the same name, which is not the expected behaviour.
> This issue appear within firefox, chrome and ie8
> {code:title=web.xml}
> ...
> <context-param>
> <param-name>org.richfaces.resourceMapping.enabled</param-name>
> <param-value>true</param-value>
> </context-param>
> <context-param>
> <param-name>org.richfaces.resourceMapping.packedStages</param-name>
> <param-value>All</param-value>
> </context-param>
> ...
> {code}
> {code:title=testpage.xhtml}
> <!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:ui="http://java.sun.com/jsf/facelets"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich"
> >
> <h:head>
> <title>JSF Test</title>
> </h:head>
> <h:body>
> <h:form id="testForm">
> <rich:panel id="testPanel">
> <f:facet name="header">
> Test
> </f:facet>
> Content
> </rich:panel>
>
> <rich:select id="select" value="none">
> <f:selectItem itemLabel="label" itemValue="test"/>
> </rich:select>
> </h:form>
> </h:body>
> </html>
> {code}
> {code:title=html-output}
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12706) packed resources generate more than one css file with the same name
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12706?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12706:
-------------------------------
Fix Version/s: 5-Tracking
> packed resources generate more than one css file with the same name
> -------------------------------------------------------------------
>
> Key: RF-12706
> URL: https://issues.jboss.org/browse/RF-12706
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M3
> Environment: Richfaces 4.3.0.M3, myfaces-2.1.10
> Reporter: Rene O
> Fix For: 5-Tracking
>
> Attachments: jsf2test.zip
>
>
> Simple Testcase:
> Use at least two different richfaces-components and you can see, that there appear more than one packed-css resource with the same name, which is not the expected behaviour.
> This issue appear within firefox, chrome and ie8
> {code:title=web.xml}
> ...
> <context-param>
> <param-name>org.richfaces.resourceMapping.enabled</param-name>
> <param-value>true</param-value>
> </context-param>
> <context-param>
> <param-name>org.richfaces.resourceMapping.packedStages</param-name>
> <param-value>All</param-value>
> </context-param>
> ...
> {code}
> {code:title=testpage.xhtml}
> <!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:ui="http://java.sun.com/jsf/facelets"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich"
> >
> <h:head>
> <title>JSF Test</title>
> </h:head>
> <h:body>
> <h:form id="testForm">
> <rich:panel id="testPanel">
> <f:facet name="header">
> Test
> </f:facet>
> Content
> </rich:panel>
>
> <rich:select id="select" value="none">
> <f:selectItem itemLabel="label" itemValue="test"/>
> </rich:select>
> </h:form>
> </h:body>
> </html>
> {code}
> {code:title=html-output}
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12706) packed resources generate more than one css file with the same name
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12706?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12706:
-------------------------------
Labels: myfaces (was: )
> packed resources generate more than one css file with the same name
> -------------------------------------------------------------------
>
> Key: RF-12706
> URL: https://issues.jboss.org/browse/RF-12706
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M3
> Environment: Richfaces 4.3.0.M3, myfaces-2.1.10
> Reporter: Rene O
> Labels: myfaces
> Fix For: 5-Tracking
>
> Attachments: jsf2test.zip
>
>
> Simple Testcase:
> Use at least two different richfaces-components and you can see, that there appear more than one packed-css resource with the same name, which is not the expected behaviour.
> This issue appear within firefox, chrome and ie8
> {code:title=web.xml}
> ...
> <context-param>
> <param-name>org.richfaces.resourceMapping.enabled</param-name>
> <param-value>true</param-value>
> </context-param>
> <context-param>
> <param-name>org.richfaces.resourceMapping.packedStages</param-name>
> <param-value>All</param-value>
> </context-param>
> ...
> {code}
> {code:title=testpage.xhtml}
> <!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:ui="http://java.sun.com/jsf/facelets"
> xmlns:a4j="http://richfaces.org/a4j"
> xmlns:rich="http://richfaces.org/rich"
> >
> <h:head>
> <title>JSF Test</title>
> </h:head>
> <h:body>
> <h:form id="testForm">
> <rich:panel id="testPanel">
> <f:facet name="header">
> Test
> </f:facet>
> Content
> </rich:panel>
>
> <rich:select id="select" value="none">
> <f:selectItem itemLabel="label" itemValue="test"/>
> </rich:select>
> </h:form>
> </h:body>
> </html>
> {code}
> {code:title=html-output}
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> <link rel="stylesheet" media="screen" type="text/css" href="/jsftest/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.0.20121214-M3/PackedCompressed/DEFAULT/packed/packed.css" />
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12682) extendedDataTable render issue with rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12682:
------------------------------------
[~ppitonak] thanks for reproducing the issue, but you didn't indicate if your investigations determined if this was indeed a regression.
> extendedDataTable render issue with rich:tabPanel
> -------------------------------------------------
>
> Key: RF-12682
> URL: https://issues.jboss.org/browse/RF-12682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.3.Final, 4.3.0.M3, 4.3.0.CR1
> Reporter: Kaveh A.
> Assignee: Brian Leathem
> Labels: extendedDataTable, render, richfaces, tabpanel
> Attachments: richfacesBug2.zip, RichFacesBugEclipseProject.zip
>
>
> This issue is not just specific to tabPanel. Anytime the extendedDataTable is hidden (when the page loads) and then it is made visible later the table can not display the data (table is empty at the load time).
> In this particular case if we load a page with two tabs. Furthermore if we have one extendedDataTable in each tab (the first tab shows and the second tab is not shown at first). In this case once the user clicks on the second tab and tries to populate the extendedDataTable (via any action). Then the table is not rendered properly. A sample project has been provided at the following link that further describe this issue. You can download the eclipse project attached at the end of the following message to reproduce this issue.
> https://community.jboss.org/message/783787
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12759) rich:hotkey doesn't work with a4j:commandButton
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12759:
------------------------------------
[~edilmar] the linked forum thread is a bit hard to follow. Would you please update this issue report with some _simple_ sample code and details of:
# What you _expect_ to observe
# What you _actually_ observe
# Any successful workarounds you have uncovered
Thanks!
> rich:hotkey doesn't work with a4j:commandButton
> -----------------------------------------------
>
> Key: RF-12759
> URL: https://issues.jboss.org/browse/RF-12759
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Environment: Linux Fedora 16 x64, NetBeans 7.2, GlassFish 3.1.1, CDI/Weld/CODI, JSF2, RichFaces4.2.3, Hibernate3.2.5, Firebird 2.5.1
> Reporter: Edilmar Alves
> Labels: hotkey
>
> When I try to use rich:hotkey with a4j:commandButton, it doesn't work. A detailed explanation about this is in the forum.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12759) rich:hotkey doesn't work with a4j:commandButton
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12759:
-------------------------------
Labels: hotkey waiting_on_user (was: hotkey)
> rich:hotkey doesn't work with a4j:commandButton
> -----------------------------------------------
>
> Key: RF-12759
> URL: https://issues.jboss.org/browse/RF-12759
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Environment: Linux Fedora 16 x64, NetBeans 7.2, GlassFish 3.1.1, CDI/Weld/CODI, JSF2, RichFaces4.2.3, Hibernate3.2.5, Firebird 2.5.1
> Reporter: Edilmar Alves
> Labels: hotkey, waiting_on_user
>
> When I try to use rich:hotkey with a4j:commandButton, it doesn't work. A detailed explanation about this is in the forum.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12759) rich:hotkey doesn't work with a4j:commandButton
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12759:
-------------------------------
Component/s: component-misc
> rich:hotkey doesn't work with a4j:commandButton
> -----------------------------------------------
>
> Key: RF-12759
> URL: https://issues.jboss.org/browse/RF-12759
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-misc
> Affects Versions: 4.2.3.Final
> Environment: Linux Fedora 16 x64, NetBeans 7.2, GlassFish 3.1.1, CDI/Weld/CODI, JSF2, RichFaces4.2.3, Hibernate3.2.5, Firebird 2.5.1
> Reporter: Edilmar Alves
> Labels: hotkey, waiting_on_user
>
> When I try to use rich:hotkey with a4j:commandButton, it doesn't work. A detailed explanation about this is in the forum.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12682) extendedDataTable render issue with rich:tabPanel
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-12682 at 1/25/13 7:14 PM:
-------------------------------------------------------------
We have tried Rich Faces version 4.3.0.20121214-M3 to see if this version fixes this bug. However more problems are introduced in the 4.3.0.20121214-M3 version. The second tab does not even respond. We are not able to even get to the second tab. Please see the sample project attached and make the following changes to the pom.xml to upgrade the richfaces version:
{code}
<dependency>
<artifactId>richfaces-components-ui</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
<dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
{code}
was (Author: kaveh_a):
We have tried Rich Faces version 4.3.0.20121214-M3 to see if this version fixes this bug. However more problems are introduced in the 4.3.0.20121214-M3 version. The second tab does not even respond. We are not able to even get to the second tab. Please see the sample project attached and make the following changes to the pom.xml to upgrade the richfaces version:
<dependency>
<artifactId>richfaces-components-ui</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
<dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-impl</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0.20121214-M3</version>
</dependency>
> extendedDataTable render issue with rich:tabPanel
> -------------------------------------------------
>
> Key: RF-12682
> URL: https://issues.jboss.org/browse/RF-12682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.3.Final, 4.3.0.M3, 4.3.0.CR1
> Reporter: Kaveh A.
> Assignee: Brian Leathem
> Labels: extendedDataTable, render, richfaces, tabpanel
> Attachments: richfacesBug2.zip, RichFacesBugEclipseProject.zip
>
>
> This issue is not just specific to tabPanel. Anytime the extendedDataTable is hidden (when the page loads) and then it is made visible later the table can not display the data (table is empty at the load time).
> In this particular case if we load a page with two tabs. Furthermore if we have one extendedDataTable in each tab (the first tab shows and the second tab is not shown at first). In this case once the user clicks on the second tab and tries to populate the extendedDataTable (via any action). Then the table is not rendered properly. A sample project has been provided at the following link that further describe this issue. You can download the eclipse project attached at the end of the following message to reproduce this issue.
> https://community.jboss.org/message/783787
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months
[JBoss JIRA] (RF-12759) rich:hotkey doesn't work with a4j:commandButton
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12759:
-------------------------------
Original Estimate: (was: 1 day)
Remaining Estimate: (was: 1 day)
> rich:hotkey doesn't work with a4j:commandButton
> -----------------------------------------------
>
> Key: RF-12759
> URL: https://issues.jboss.org/browse/RF-12759
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Environment: Linux Fedora 16 x64, NetBeans 7.2, GlassFish 3.1.1, CDI/Weld/CODI, JSF2, RichFaces4.2.3, Hibernate3.2.5, Firebird 2.5.1
> Reporter: Edilmar Alves
> Labels: hotkey
>
> When I try to use rich:hotkey with a4j:commandButton, it doesn't work. A detailed explanation about this is in the forum.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 11 months