jQuery UI Widgets Forums Dialogs and Notifications Tooltip, Notification, Popover Autohide not working as described

This topic contains 2 replies, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Autohide not working as described #48118

    Klaus H
    Participant

    Hello,

    I am using a tooltip for grid header just as described here: http://www.jqwidgets.com/community/topic/jqxgrid-combined-with-jqxtooltip/

    It works well, just one thing is bugging me. I want to configure the autohide in a way that the tooltip only disappears when the user leaves the header element.

                        $("#jqxgrid .jqx-grid-column-header").each(function () {
                            if (jsontooltip[$(this).text()])
                                $(this).jqxTooltip({ position: 'mouse', autoHideDelay: 0, content: jsontooltip[$(this).text()] });
                        });

    In that case the tooltip ignores the autoHideDelay completely, it disappears after 3 seconds. But even in the fiddle from auotHideDelay, if I change the value from 100 to 0, the tooltip is shown and disappears immediately. Per api it should only disappear if the cursor leaves the element. Am I doing something wrong and why does the example above ignore the autoHideDelay?

    Regards
    Klaus

    Autohide not working as described #48120

    Klaus H
    Participant

    If I change autoHideDelay to 10000 in the example above, it still disappears after the default three seconds – and I see now the subject should have been autohidedelay not working as described.

    Autohide not working as described #48140

    Peter Stoev
    Keymaster

    Hi Klaus H,

    Thanks for the provided feedback. We confirm the reported behavior and added a work item about it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.