Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with jQueryUi Modal Dialog #3

Open
phototom opened this issue Nov 11, 2011 · 0 comments
Open

Problem with jQueryUi Modal Dialog #3

phototom opened this issue Nov 11, 2011 · 0 comments

Comments

@phototom
Copy link

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();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant