[JBoss JIRA] Created: (RF-11401) Metamer: rich:dataGrid: doubled scroller loss synchronization
by Ján Jamrich (JIRA)
Metamer: rich:dataGrid: doubled scroller loss synchronization
-------------------------------------------------------------
Key: RF-11401
URL: https://issues.jboss.org/browse/RF-11401
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20100101 Firefox/7.0
Reporter: Ján Jamrich
Fix For: 4.1.0.Milestone2
On page with example for rich:dataGrid with selectBooleanCheckbox and a4j:repeat is dataGrid and scroller on top and above dataGrid.
Moving by top scroller next the bottom scroller is updated correctly. But when move next by bottom scroller, the top scroller remains in first state (don't update current index).
But this happens only in selectBoolean and a4j:repeat example, simple scroller example works correctly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (RF-11800) Allow to pack custom webapp resources using maven-richfaces-resources-plugin
by Lukáš Fryč (Created) (JIRA)
Allow to pack custom webapp resources using maven-richfaces-resources-plugin
----------------------------------------------------------------------------
Key: RF-11800
URL: https://issues.jboss.org/browse/RF-11800
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.CR2
Reporter: Lukáš Fryč
{{maven-richfaces-resources-plugin}} is right now able to scan for {{@ResourceDependency}} occurences, order them and generate referenced resources.
In applications, there are still resources which aren't referenced by components (using {{@ResourceDependency}}).
It should be possible to provide this plugin parameter for file which would list all the resources which should be packed/compressed together with other resources.
This list will also provide ordering (because it can include dependencies on resources used by RF components), e.g.:
{code}
# Scripts
jquery.js
my-custom.js
# Styles
skinning.css
my-custom.css
{code}
This feature assumes that user is using JSF resource loading mechanism for referencing external resources ({{<h:outputScript />}} / {{<h:outputStylesheet />}}).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months