[wp-hackers] jQuery conflict in 3.6

Otto otto at ottodestruct.com
Wed Apr 24 01:40:40 UTC 2013


You should report this in the relevant ticket:

http://core.trac.wordpress.org/ticket/23370

-Otto


On Tue, Apr 23, 2013 at 8:12 PM, Luke Bryan <lukebryan at sharefaith.com> wrote:
> Greetings,
>
> I've been testing Wordpress 3.6, and I noticed a conflict with the
> jQuery dialog css:
>
> When you run this script from a wp-admin page such as the post-editing
> page, the dialog is behinds its own shadow, and never lets you click
> the close button:
>
> var msg = '<div>hello</div>';
> jQuery(msg).dialog({ draggable: false, resizable: false, modal: true });
>
> The css that causes this is in
> /wp-includes/css/jquery-ui-dialog.css?ver=3.6-beta1-24067:
>
> .ui-widget-overlay {
> z-index: 300001;
>
>
> and
>
> .ui-front {
> z-index: 100;
>
> Is this a bug in Wordpress or jQuery-ui? Or should I be giving a
> special class to my dialogs and adjusting z-index accordingly?
>
> Best regards,
> Luke
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list