You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey - first: great plugin! So far the best jQuery popover plugin I've found.
The issue I am facing is this: I'm trying to set focus to the button element after the popover is closed.
I have tried two different ways of doing this:
However, when I close the first popover, the focus is set to .popover-control2, nit .popover-control1 - in both cases.
The problem is that - in both cases, the closeEvent and 'hidePopover' are triggered for each popover instance, and thus - the focus is set to the last popover's button.
As far as I understand this is caused only when I press "Esc" on the keyboard to close the popover.
The text was updated successfully, but these errors were encountered:
Hey - first: great plugin! So far the best jQuery popover plugin I've found.
The issue I am facing is this: I'm trying to set focus to the button element after the popover is closed.
I have tried two different ways of doing this:
and
However, when I close the first popover, the focus is set to .popover-control2, nit .popover-control1 - in both cases.
The problem is that - in both cases, the closeEvent and 'hidePopover' are triggered for each popover instance, and thus - the focus is set to the last popover's button.
As far as I understand this is caused only when I press "Esc" on the keyboard to close the popover.
The text was updated successfully, but these errors were encountered: