Vienna
Account created on 26 January 2012, over 12 years ago
#

Recent comments

πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

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', '');
πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

Nebel54 β†’ made their first commit to this issue’s fork.

πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

Thanks for the hospitality :)

πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

Thanks for your patches! I have commited them now to 8.x-1.x.

πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna
πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

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.

πŸ‡¦πŸ‡ΉAustria Nebel54 Vienna

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 .

Production build 0.69.0 2024