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

Jiří Štefek (JIRA) jira-events at lists.jboss.org
Tue Oct 22 09:40:01 EDT 2013


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

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: "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



More information about the richfaces-issues mailing list