Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Sep 30, 2015 @ 11:15
    Jeroen Breuer
    0

    Dialog Expander looks strange on 7.3

    Hello,

    When I try to use this package on 7.3 the dialog is always expended and when I try to make it smaller I get scrollbars for example on the media picker.

    Jeroen

  • Jason Prothero 422 posts 1243 karma points MVP c-trib
    Sep 30, 2015 @ 16:03
    Jason Prothero
    0

    Ah, I haven't tried it in 7.3 yet. I'll install it and give it a whirl.

    Thanks for the heads up!

    -Jason

  • Dan White 206 posts 510 karma points c-trib
    Oct 21, 2016 @ 22:20
    Dan White
    0

    Have it working again in 7.5.4 by:

    Changing

    bodyEl.on('DOMNodeInserted', 'div.umb-modal', function () {
    

    To

    bodyEl.on('DOMNodeInserted', 'div.umb-overlay-right', function () {
    

    And adding this to the bottom of the click event:

    e.stopPropagation();
    e.preventDefault();
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies