[JBoss JIRA] (RF-13280) RF 5 packed resources cause conflict in RF 4.5
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13280?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13280:
---------------------------------
Sounds great.
{quote}
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)
{quote}
----
Yes, Push resources (push.js and atmosphere.js) should be pulled from RF5 - it's the exception from the rule - every component which serves as a service should be there just once, common for both branches - it means in the {{core.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, 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-13286) Remove the deprecated attributes from the AbstractOrderingComponent parent class
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13286?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13286.
--------------------------------
Resolution: Done
> Remove the deprecated attributes from the AbstractOrderingComponent parent class
> --------------------------------------------------------------------------------
>
> Key: RF-13286
> URL: https://issues.jboss.org/browse/RF-13286
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The _AbstractOrderingComponent_ parent class defines attributes common to the orderingList and pickList components. This issue addresses the removal of the attributes as defined by the issues RF-13082 and RF-13083.
> While removing these attributes, investigate if the _AbstractOrderingComponent_ class could be better represented as a *Props interface.
--
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-13082) Change the orderingList component to use the new orderingList widget
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13082?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13082:
------------------------------------
[~jstefek] I have resolved RF-13286, you can continue with your QA.
> Change the orderingList component to use the new orderingList widget
> --------------------------------------------------------------------
>
> Key: RF-13082
> URL: https://issues.jboss.org/browse/RF-13082
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Labels: needs-qe
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Attributes to be dropped in the RF5 implementation:
> * disabledClass
> * headerClass
> * itemClass
> * selectItemClass
> * listWidth
> * onlist*
> It is felt that the *Class attributes are redundant. Custom component styling can be achieved with the combination of the CSS class specified by the _styleClass_ attribute, along with the relevant stateful CSS class (_disabled_, _header_, _ui-selectee_, ui-selected_).
> Similarly the width CSS attributes are better set with CSS styles, rather than via facelet attributes.
> We will drop the onlist* event handlers, as there is considerable overlap with their on* counterparts. For instance, are there really use cases that require differentiating between onmouveover and onlistmouseover?
--
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-13286) Remove the deprecated attributes from the AbstractOrderingComponent parent class
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13286?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-13286 at 10/25/13 2:05 AM:
--------------------------------------------------------------
OrderingList and PickList attributes to remove:
disabledClass
headerClass
itemClass
selectItemClass
listWidth
OrderingList attributes to remove:
onlist* (events)
PickList attributes to remove:
onsource*
ontarget*
was (Author: bleathem):
OrderingList and PickList attributes to remove:
disabledClass
headerClass
itemClass
selectItemClass
listWidth
listMaxWidth
OrderingList attributes to remove:
onlist* (events)
PickList attributes to remove:
onsource*
ontarget*
> Remove the deprecated attributes from the AbstractOrderingComponent parent class
> --------------------------------------------------------------------------------
>
> Key: RF-13286
> URL: https://issues.jboss.org/browse/RF-13286
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The _AbstractOrderingComponent_ parent class defines attributes common to the orderingList and pickList components. This issue addresses the removal of the attributes as defined by the issues RF-13082 and RF-13083.
> While removing these attributes, investigate if the _AbstractOrderingComponent_ class could be better represented as a *Props interface.
--
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-13082) Change the orderingList component to use the new orderingList widget
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13082?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13082:
-------------------------------
Description:
Attributes to be dropped in the RF5 implementation:
* disabledClass
* headerClass
* itemClass
* selectItemClass
* listWidth
* onlist*
It is felt that the *Class attributes are redundant. Custom component styling can be achieved with the combination of the CSS class specified by the _styleClass_ attribute, along with the relevant stateful CSS class (_disabled_, _header_, _ui-selectee_, ui-selected_).
Similarly the width CSS attributes are better set with CSS styles, rather than via facelet attributes.
We will drop the onlist* event handlers, as there is considerable overlap with their on* counterparts. For instance, are there really use cases that require differentiating between onmouveover and onlistmouseover?
was:
Attributes to be dropped in the RF5 implementation:
* disabledClass
* headerClass
* itemClass
* selectItemClass
* listHeight
* listWidth
* listMaxHeight
* listMaxWidth
It is felt that the *Class attributes are redundant. Custom component styling can be achieved with the combination of the CSS class specified by the _styleClass_ attribute, along with the relevant stateful CSS class (_disabled_, _header_, _ui-selectee_, ui-selected_).
Similarly the height/width CSS attributes are better set with CSS styles, rather than via facelet attributes.
Additionally, we should consider dropping the onlist* event handlers, as there is considerable overlap with their on* counterparts. For instance, are there really use cases that require differentiating between onmouveover and onlistmouseover?
> Change the orderingList component to use the new orderingList widget
> --------------------------------------------------------------------
>
> Key: RF-13082
> URL: https://issues.jboss.org/browse/RF-13082
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Labels: needs-qe
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> Attributes to be dropped in the RF5 implementation:
> * disabledClass
> * headerClass
> * itemClass
> * selectItemClass
> * listWidth
> * onlist*
> It is felt that the *Class attributes are redundant. Custom component styling can be achieved with the combination of the CSS class specified by the _styleClass_ attribute, along with the relevant stateful CSS class (_disabled_, _header_, _ui-selectee_, ui-selected_).
> Similarly the width CSS attributes are better set with CSS styles, rather than via facelet attributes.
> We will drop the onlist* event handlers, as there is considerable overlap with their on* counterparts. For instance, are there really use cases that require differentiating between onmouveover and onlistmouseover?
--
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-13286) Remove the deprecated attributes from the AbstractOrderingComponent parent class
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13286?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13286:
------------------------------------
OrderingList and PickList attributes to remove:
disabledClass
headerClass
itemClass
selectItemClass
listWidth
listMaxWidth
OrderingList attributes to remove:
onlist* (events)
PickList attributes to remove:
onsource*
ontarget*
> Remove the deprecated attributes from the AbstractOrderingComponent parent class
> --------------------------------------------------------------------------------
>
> Key: RF-13286
> URL: https://issues.jboss.org/browse/RF-13286
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The _AbstractOrderingComponent_ parent class defines attributes common to the orderingList and pickList components. This issue addresses the removal of the attributes as defined by the issues RF-13082 and RF-13083.
> While removing these attributes, investigate if the _AbstractOrderingComponent_ class could be better represented as a *Props interface.
--
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-13286) Remove the deprecated attributes from the AbstractOrderingComponent parent class
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13286?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13286:
-------------------------------
Sprint: 5.0.0.Alpha2 - Sprint 4
> Remove the deprecated attributes from the AbstractOrderingComponent parent class
> --------------------------------------------------------------------------------
>
> Key: RF-13286
> URL: https://issues.jboss.org/browse/RF-13286
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 5.0.0.Alpha2
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The _AbstractOrderingComponent_ parent class defines attributes common to the orderingList and pickList components. This issue addresses the removal of the attributes as defined by the issues RF-13082 and RF-13083.
> While removing these attributes, investigate if the _AbstractOrderingComponent_ class could be better represented as a *Props interface.
--
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