[JBoss JIRA] (RF-13759) Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13759?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13759:
----------------------------------
Assignee: (was: Brian Leathem)
> Unify jboss-parent between richfaces and cdk projects & allign with EAP-6.3.0
> -----------------------------------------------------------------------------
>
> Key: RF-13759
> URL: https://issues.jboss.org/browse/RF-13759
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk, component, core
> Affects Versions: 4.5.0.Alpha3
> Reporter: Pavel Slegr
> Fix For: 4.5.0.Beta1
>
>
> both cdk and richfaces projects use different jboss-parent versions (9,12)
> EAP-6.3.0 which will be underlying base for RF-4.5.0 uses as latest supported jboss-parent version 11.
> Please unify into jboss-parent 11
> NOTE: updating cdk version into jboss-parent 11, will need a maintenance (update for deprecated code) in cdk/maven-plugin/src/main/java/org/richfaces/builder/mojo
> These classes use deprecated api such as
> {code}
> @parameter expression="${executedProject}""
> {code}
> which doesn't work with maven-plugin-plugin 3.1 and leads into
> {code}
> [WARNING] The syntax
> [WARNING] @parameter expression="${property}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> {code}
> Some other additional changes may be also needed.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13760) Tooltip jointPoint attribute not working
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13760?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13760:
-------------------------------
Fix Version/s: 4.5-Tracking
> Tooltip jointPoint attribute not working
> ----------------------------------------
>
> Key: RF-13760
> URL: https://issues.jboss.org/browse/RF-13760
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.5.0.Alpha3
> Environment: Wildfly 8.1
> Metamer
> Latest Chrome/FF
> Reporter: Matej Novotny
> Fix For: 4.5-Tracking
>
>
> When using tooltip the attribute "jointPoint" does not work as expected. While it should attach the tooltip to the corner of it's target, the tooltip keeps appearing where the mouse enters the target element.
> I tried the [sample|http://localhost:8080/metamer/faces/components/richTooltip/simple.xhtml] we have in Metamer, but I also created a simple tooltip where I manually set this. In both cases the tooltip keeps appearing in wrong fashion.
> Please see steps to reproduce.
> Note: If you use JS API after setting the attributes and you don't use mouse, it works fine. Once you use mouse, even the JS API will display the tooltip attached to the position your cursor was at. So it seems the tooltip display position gets overwritten by mouse cursor position.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13758:
-------------------------------
Fix Version/s: 4.5.0.Beta1
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces
> Fix For: 4.5.0.Beta1
>
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13757) Showcase with MyFaces contains javax.faces JAR
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13757?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13757:
-------------------------------
Fix Version/s: 4.5.0.Beta1
> Showcase with MyFaces contains javax.faces JAR
> ----------------------------------------------
>
> Key: RF-13757
> URL: https://issues.jboss.org/browse/RF-13757
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples, showcase
> Affects Versions: 4.5.0.Alpha3
> Environment: RF 4.5.x with MyFaces
> Any browser
> Tomcat (7 or 8)
> Reporter: Matej Novotny
> Fix For: 4.5.0.Beta1
>
>
> When building a Showcase with MyFaces (e.g. {{-Pmyfaces}}) the WAR file which is created contains {{javax.faces-2.2.6.jar}}.
> This should IMHO be excluded as it is a standard JSF implementation which should be replaced by MyFaces impl.
> Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13757) Showcase with MyFaces contains javax.faces JAR
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13757?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13757:
------------------------------------
Agreed: myfaces deployments should have only the myfaces-api.jar and myfaces-impl.jar jars.
> Showcase with MyFaces contains javax.faces JAR
> ----------------------------------------------
>
> Key: RF-13757
> URL: https://issues.jboss.org/browse/RF-13757
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples, showcase
> Affects Versions: 4.5.0.Alpha3
> Environment: RF 4.5.x with MyFaces
> Any browser
> Tomcat (7 or 8)
> Reporter: Matej Novotny
> Fix For: 4.5.0.Beta1
>
>
> When building a Showcase with MyFaces (e.g. {{-Pmyfaces}}) the WAR file which is created contains {{javax.faces-2.2.6.jar}}.
> This should IMHO be excluded as it is a standard JSF implementation which should be replaced by MyFaces impl.
> Please see steps to reproduce.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-11568) Collapsible panel: toggleListener doesn't work inside iteration components
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11568?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11568:
-------------------------------
Fix Version/s: 4.5-Tracking
(was: 5-Future)
> Collapsible panel: toggleListener doesn't work inside iteration components
> --------------------------------------------------------------------------
>
> Key: RF-11568
> URL: https://issues.jboss.org/browse/RF-11568
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.1.0.Milestone3
> Environment: RichFaces 4.1.0-SNAPSHOT
> Metamer 4.1.0-SNAPSHOT r.22819
> JBoss Web 7.0.2.Final (Mojarra 2.1.3)
> OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
> Chrome 14.0.835.202 @ Linux i686, Firefox 7.0.1
> Reporter: Pavol Pitonak
> Labels: ci_issue, uiRepeat#setIndex
> Fix For: 4.5-Tracking
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
> # collapse the panel and verify that string "* panel collapsed" appeared in the page header
> # expand the panel and verify that string "* panel expanded" appeared in the page header
> # open the same page in iteration component (e.g. richList)
> # collapse the panel and verify that string "* panel collapsed" appeared in the page header
> # expand the panel and verify that string "* panel expanded" appeared in the page header
> result:
> listener is called only for collapsed panel, not for expanded panel
> the component behaves wrong only in following templates:
> * a4jRepeat
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> * richExtendedDataTable
> * richList
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13690) DataTable in uiRepeat - scrolling in table makes columns unsorted again
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13690?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13690:
-------------------------------
Fix Version/s: 4.5-Tracking
(was: 4.5.0.Beta1)
> DataTable in uiRepeat - scrolling in table makes columns unsorted again
> -----------------------------------------------------------------------
>
> Key: RF-13690
> URL: https://issues.jboss.org/browse/RF-13690
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.5.0.Alpha3
> Environment: WildFly 8.1.
> Reporter: Juraj Húska
> Assignee: Brian Leathem
> Labels: regression, uiRepeat#setIndex
> Fix For: 4.5-Tracking
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When {{DataTable}} is nested in {{uiRepeat}}, then scrolling over the table with {{dataScroller}} makes sorting according to some column broken - the columns are unsorted.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months