jQuery UI Widgets Forums Dialogs and Notifications Tooltip, Notification, Popover popover tabbing through controls

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 7 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • popover tabbing through controls #93551

    chrisquintana
    Participant

    Hi,

    I have a custom popover wherein inside it, it has a Search textbox, a listbox, a button and a couple of links. And I wanted to tab through those controls in an order that I wanted. Additionally, this popover was triggered by a jqxWindow. In my code, on open of the popover, I set the focus to the Search box, but when I tried tabbing to go to the other controls, it’s just stuck there, in the Search box. My controls already have tabindex in it. And I tried providing the 0 and > 0 tabindexes and it still not working.

    How can I do the tabbing inside the popover control?

    Thanks,

    Chris

    popover tabbing through controls #93581

    Hristo
    Participant

    Hello Chris,

    I tested one example and it works fine, after open the PopOver start tabbing all inner elements (default tabIndexes setting).
    When setting some tab index it starts in an another order. It is an HTML issue, it does not refer to our widgets.
    About the ‘Search box’, is it possible to set some custom control there and this to block you to continue?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.