KeyTips-jQuery-Plugin icon indicating copy to clipboard operation
KeyTips-jQuery-Plugin copied to clipboard

Problem with jQueryUi Modal Dialog

Open phototom opened this issue 13 years ago • 0 comments

Love your plugin. but having a problem using it with a modal dialog box.

When the dialog is open and I call Key-Tips, it builds the popup's in the correct location. However, they are not on the modal dialog box. When I Press the access key with the dialog box closed, the pop-ups for the dialog show up in the correct location on the main screen.

Also, I have to call your plug-in multiple types because I have a fairly dynamic Ui. Because of this, I end up with too many pop-ups being defined. i modified the runtime code so it looks like below to fix the problem -

$(document).find('.KeyTips__popup').remove();
insertAccessKeyTags();
createPopups();

phototom avatar Nov 11 '11 18:11 phototom