jQWidgets Forums

jQuery UI Widgets Forums Navigation Ribbon Position left an scrolling

This topic contains 2 replies, has 2 voices, and was last updated by  badera 9 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Position left an scrolling #73214

    badera
    Participant

    Dear all

    Is there a reason why there are no arrow-images on the “scroll buttons”, if we have position: ‘left’ and the height is not enough to display all itmes?
    Look at http://jsfiddle.net/kdbwj1ry/

    You see that we can scroll the Ribbon, but it is not very clear that we can click on the two scroll buttons. Is this intentional?

    Best regards,
    – badera

    Position left an scrolling #73224

    ivailo
    Participant

    Hi badera,

    Thanks for the feedback.
    We found the problem and it will be fixed in the next release.

    Until the next release like a workaround you can use:

    $(".jqx-icon-arrow-top").addClass("jqx-icon-arrow-up");
    $(".jqx-icon-arrow-bottom").addClass("jqx-icon-arrow-down");

    Here is the demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Position left an scrolling #73248

    badera
    Participant

    Dear Ivailo

    Thank you for your feedback and the workaround! It’s perfect.
    Best regards,
    – badera

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.