[JBoss JIRA] (RF-10646) Css in composite components not found with MyFaces
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-10646?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-10646.
--------------------------------
Assignee: (was: Brian Leathem)
Resolution: Rejected
> Css in composite components not found with MyFaces
> --------------------------------------------------
>
> Key: RF-10646
> URL: https://issues.jboss.org/browse/RF-10646
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: base functionality
> Affects Versions: 4.0.0.CR1, 4.2.2.Final, 4.3.4
> Environment: RichFaces 4.0.0-SNAPSHOT SVN r.21968
> MyFaces 2.0.5-SNAPSHOT (and all older versions)
> Tomcat 6.0.29
> all browsers
> RichFaces 4.2.2.Final
> Metamer 4.2.2.Final
> Apache MyFaces JSF-2.1 Core Impl 2.1.5
> Apache Tomcat 7.0.26
> all browsers
> Reporter: Pavol Pitonak
> Attachments: cc.zip, compositecomponent.war, RF-10646.zip
>
>
> MyFaces cannot load the stylesheet for the following page with a composite component (the text is black instead of fuchsia). When RichFaces is removed from project, everything works fine (see attached project for Tomcat).
> Mar 1, 2011 3:49:48 PM org.richfaces.resource.ResourceFactoryImpl logResourceProblem
> WARNING: Resource text.ecss?db=eAHL6rC8BQAEkAIG&ln=my%252fcss was not found
> {code:title=index.xhtml|borderStyle=solid}
> <!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:my="http://java.sun.com/jsf/composite/my" >
> <h:head/>
> <h:body>
> <my:colorText text="Hello World!"/>
> </h:body>
> </html>
> {code}
> {code:title=resources/my/colorText.xhtml|borderStyle=solid}
> <!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:composite="http://java.sun.com/jsf/composite" >
> <h:body>
> <composite:interface>
> <composite:attribute name="text" type="java.lang.String" required="true" />
> </composite:interface>
> <composite:implementation>
> <h:outputStylesheet library="my/css" name="text.ecss"/>
> <h:outputText id="text" value="#{cc.attrs.text}" styleClass="color-text" />
> <br/><br/>
> </composite:implementation>
> </h:body>
> </html>
> {code}
> {code:title=resources/my/css/text.ecss|borderStyle=solid}
> .color-text {
> color: fuchsia;
> text-weight: bold;
> }
> {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-13280) RF 5 packed resources cause conflict in RF 4.5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13280?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13280:
------------------------------------
IIRC we decided to use the Push server-side resources from RF 5 "core", so we should keep the RF 4.5 client-side push component aligned with the RF 5 server-side. To achieve this we should put the atmosphere.js script file in the "core" packed.js file.
[~lfryc] can you confirm my interpretation?
> RF 5 packed resources cause conflict in RF 4.5
> ----------------------------------------------
>
> Key: RF-13280
> URL: https://issues.jboss.org/browse/RF-13280
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5-Tracking, 5-Tracking
>
>
> Showcase uses resource from RF 5 core instead of using the proper ones from RF 4.5 components. (e.g. packed.js)
> The solution is to split core and ui resources in RF 5. RF 4.5 will only generate ui resources and use core resources from RF 5.
--
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-13287) rich:extendedDataTable column resizing with ajax loading not working properly
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13287?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13287:
-------------------------------
Fix Version/s: 5-Tracking
> rich:extendedDataTable column resizing with ajax loading not working properly
> -----------------------------------------------------------------------------
>
> Key: RF-13287
> URL: https://issues.jboss.org/browse/RF-13287
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.4
> Environment: Glassfish 3.1.2.2, Mojarra 2.1.26, IE10, IE8, Chrome 30,
> Reporter: Andreas G
> Labels: testcase_provided
> Fix For: 5-Tracking
>
>
> In a rich:extendedDataTable with ajax loading turned on: When you resize a column and scroll down (load data), the size of the columns reset to their original value. Only the header keeps its size. The header and the data are not matching anymore.
> Reproducible in the 4.3.4 showcase!
--
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-13287) rich:extendedDataTable column resizing with ajax loading not working properly
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13287?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13287:
-------------------------------
Labels: testcase_provided (was: )
> rich:extendedDataTable column resizing with ajax loading not working properly
> -----------------------------------------------------------------------------
>
> Key: RF-13287
> URL: https://issues.jboss.org/browse/RF-13287
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.4
> Environment: Glassfish 3.1.2.2, Mojarra 2.1.26, IE10, IE8, Chrome 30,
> Reporter: Andreas G
> Labels: testcase_provided
>
> In a rich:extendedDataTable with ajax loading turned on: When you resize a column and scroll down (load data), the size of the columns reset to their original value. Only the header keeps its size. The header and the data are not matching anymore.
> Reproducible in the 4.3.4 showcase!
--
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-13280) RF 5 packed resources cause conflict in RF 4.5
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13280?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13280:
------------------------------------
With the resource split there still remain some resources in RF 5 UI that we do not have in RF 4.5. One of them is {{richfaces-base-component.js}} (and maybe some other ones that we put into {{org.richfaces/common}} - I will copy those over, another one I've found is {{net.java.dev.atmosphere:jquery-atmosphere.js}} - should I copy it over as well?
I've tried to build the showcase with the updated resource plugin and it works as it should (core.js from RF 5, ui.js from RF 4.5), but I have to check how the resources are discovered.
> RF 5 packed resources cause conflict in RF 4.5
> ----------------------------------------------
>
> Key: RF-13280
> URL: https://issues.jboss.org/browse/RF-13280
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5-Tracking
>
>
> Showcase uses resource from RF 5 core instead of using the proper ones from RF 4.5 components. (e.g. packed.js)
> The solution is to split core and ui resources in RF 5. RF 4.5 will only generate ui resources and use core resources from RF 5.
--
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-13280) RF 5 packed resources cause conflict in RF 4.5
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13280?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13280:
-------------------------------
Description:
Showcase uses resource from RF 5 core instead of using the proper ones from RF 4.5 components. (e.g. packed.js)
The solution is to split core and ui resources in RF 5. RF 4.5 will only generate ui resources and use core resources from RF 5.
was:Showcase uses resource from RF 5 core instead of using the proper ones from RF 4.5 components. (e.g. packed.js)
> RF 5 packed resources cause conflict in RF 4.5
> ----------------------------------------------
>
> Key: RF-13280
> URL: https://issues.jboss.org/browse/RF-13280
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5-Tracking
>
>
> Showcase uses resource from RF 5 core instead of using the proper ones from RF 4.5 components. (e.g. packed.js)
> The solution is to split core and ui resources in RF 5. RF 4.5 will only generate ui resources and use core resources from RF 5.
--
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