[
https://issues.jboss.org/browse/RF-13281?page=com.atlassian.jira.plugin.s...
]
Brian Leathem 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}
$('#list').orderingList("option","buttonsText", {first:
"abcd", up: "efgh", down: "ijkl", last: "mnop"});
{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 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: "mnop"},
};
$("#list").orderingList(list_options);
{code}
# check the first list buttons
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