Skip to content

Problem with jQueryUi Modal Dialog #3

Open
@phototom

Description

@phototom

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions