Skip to content

dont work in jquery ui dialogs #1

@webciter

Description

@webciter

this plugin dont work in dialogs, my work around was to simply trigger window resize event. This will then draw the black bars for dragging.

$( "#dialog" ).dialog({
focus: function( event, ui ) {
/* fixes bug with dialogs */
$(window).trigger('resize');
}
});

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