[JBoss JIRA] (RF-12802) Move page fragments from repository qa to richfaces5
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12802?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12802:
-------------------------------
Sprint: 5.0.0.Alpha2 - Sprint 4
> Move page fragments from repository qa to richfaces5
> ----------------------------------------------------
>
> Key: RF-12802
> URL: https://issues.jboss.org/browse/RF-12802
> Project: RichFaces
> Issue Type: Task
> Security …
[View More]Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Pavol Pitonak
> Assignee: Juraj Húska
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> As discussed on community meeting on Feb 12, we should move page fragments for RichFaces components to richfaces5 repository so that they are distributed with framework.
> We should find out how to prepare them so that they are easy to use for community members. RichFaces QE/dev need to test internals of components, community members will probably test only high-level functionality of components. One possible solution would be to create package "internal" in which there would be page fragments extending those from "public" package. QE team would then use "internal" implementations.
--
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
[View Less]
11 years, 3 months
[JBoss JIRA] (RF-13281) orderingList: ordering button's text overflows the button on Firefox
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13281?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek updated RF-13281:
-----------------------------
Steps to Reproduce:
# Deploy metamer and open http://localhost:8080/metamer/faces/components/richOrderingList/simple.xhtml in Firefox
# check the list buttons
Or
# open http://richwidgets.github.io/select/orderingList.html in Firefox and run in console:
{code}
var list_options = {
buttonsText: {first: "abcd", up: "efgh", down: "ijkl", last: "…
[View More]mnop"},
};
$("#list").orderingList(list_options);
{code}
# check the first list buttons
was:
# Deploy metamer and open http://localhost:8080/metamer/faces/components/richOrderingList/simple.xhtml in Firefox
# check the list button's
Or
# open http://richwidgets.github.io/select/orderingList.html in Firefox and run in console:
{code}
var list_options = {
buttonsText: {first: "abcd", up: "efgh", down: "ijkl", last: "mnop"},
};
$("#list").orderingList(list_options);
{code}
# check the first list button's
> orderingList: ordering button's text overflows the button on Firefox
> --------------------------------------------------------------------
>
> Key: RF-13281
> URL: https://issues.jboss.org/browse/RF-13281
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-selects
> Environment: RichFaces 5.0.0-SNAPSHOT
> Firefox 24
> Reporter: Jiří Štefek
> Attachments: OL.png
>
>
> The ordering button's text overflows the button.
> Works in Chrome.
--
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
[View Less]
11 years, 3 months
[JBoss JIRA] (RF-13082) Change the orderingList component to use the new orderingList widget
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13082?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek commented on RF-13082:
----------------------------------
[~bleathem], could you list the actual attributes, which are removed/hidden (or could you update the wiki -- link below)?
According to [ordering list migration wiki|https://github.com/richfaces/richfaces/wiki/OrderingList], it should be:
* disabledClass
* headerClass
* itemClass
* selectItemClass
* listWidth + listMaxWidth(<<< this …
[View More]one don't exist in RF 4, probably maxListHeight)
Shouldn't there also be minListHeight and maxListHeight? The listHeight and onlist* events were not touched, right?
> 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
> * 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?
--
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
[View Less]
11 years, 3 months