- last update
about 1 year ago 5 pass - First commit to issue fork.
- Status changed to RTBC
7 months ago 9:51am 16 May 2024 - 🇦🇹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', '');
- Status changed to Needs review
5 months ago 4:02pm 3 August 2024 - 🇭🇺Hungary nagy.balint
The patch did not work for me on the top section of the dialog that is under the permission link of a views edit page.
What about the following patch?
- 🇭🇺Hungary nagy.balint
Related issue 🐛 Claro views ui-dialog hides overflow Needs review
-
nagy.balint →
committed b24974b1 on 4.0.x
Issue #3179785 by silverham, nagy.balint, Nebel54, drupatz: Chosen...
-
nagy.balint →
committed b24974b1 on 4.0.x
- Status changed to Fixed
4 months ago 7:59pm 2 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.