[richfaces-issues] [JBoss JIRA] (RF-13281) orderingList: ordering button's text overflows the button on Firefox

Brian Leathem (JIRA) jira-events at lists.jboss.org
Tue Oct 22 19:46:02 EDT 2013


     [ https://issues.jboss.org/browse/RF-13281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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



More information about the richfaces-issues mailing list