You sent me a code a long, long time ago to solve a pop-up problem. I would have thought that it had been built into the product by now. Could you please remind the developers to fix this bug in the standard so that I can remove my customizing code?
/* * Bugfix - Detailpopup * Fenster öffnet nicht beim Klick auf den Button
*/
jQuery('.master_detail_column_btn').on( 'click', function() { jQuery('#wdt-md-modal').removeClass('fade'); jQuery('#wdt-md-modal').css('text-align', 'center');
});
Additionally, it would be nice if the pop-up windows could be made modal. Can this be set somewhere?
Hello Miloš,
I have a question about an old bug fix.
You sent me a code a long, long time ago to solve a pop-up problem. I would have thought that it had been built into the product by now. Could you please remind the developers to fix this bug in the standard so that I can remove my customizing code?
/* * Bugfix - Detailpopup * Fenster öffnet nicht beim Klick auf den Button */ jQuery('.master_detail_column_btn').on( 'click', function() { jQuery('#wdt-md-modal').removeClass('fade'); jQuery('#wdt-md-modal').css('text-align', 'center'); });
Additionally, it would be nice if the pop-up windows could be made modal. Can this be set somewhere?
Kind regards and a I wish you a nice weekend
Jens