Thanks everyone! I have just created a new 2.x branch for future development and released the D11 compatible version 2.0.0.
jjchinquist β credited Nebel54 β .
jjchinquist β credited Nebel54 β .
jjchinquist β credited Nebel54 β .
jjchinquist β credited Nebel54 β .
Patch #5 works like a charm. Thanks for that!
Personally I would have stored the reference to the chosen drop element in a variable instead of using jQuery a second time to find it, but I assume it does not really make a difference. Eg.
var $drop = $element.next().find('.chosen-drop');
$drop.css('position', 'static');
$element.trigger('dialogContentResize');
// Back to absolute.
$drop.css('position', '');
Nebel54 β made their first commit to this issueβs fork.
Thanks for the hospitality :)
Thanks for your patches! I have commited them now to 8.x-1.x.
I second Klausi's proposal! It would be great if the 7.x branch could be still maintained, as Drupal 7 still has quite some time until EOL.
I do like Coops solution as it is very modular and flexible!
But based on Berdir's request to keep it lightweight I have created an alternative implementation with a simple hook in issue #3351543 β¨ Introduce hook to alter the download response Active .
Nebel54 β created an issue.
Joachim Namyslo β credited Nebel54 β .