- Issue created by @JayDarnell
- Merge request !439Resolve #3456018 "Gin table scroll wrapper hides drop" → (Merged) created by saschaeggi
- Merge request !440Resolve #3456018 "Gin table scroll wrapper hides drop 3x" → (Merged) created by saschaeggi
- Status changed to Needs review
5 months ago 9:34pm 21 June 2024 - 🇮🇳India siddharthjain
@saschaeggi The above changes fixes the drop down hiding issues, it was also present on content types page but it was fixed there as well. Adding the screenshots for the reference. Thanks for the changes.
-
saschaeggi →
committed d2996896 on 8.x-3.x
Resolve #3456018 "Gin table scroll wrapper hides drop 3x"
-
saschaeggi →
committed d2996896 on 8.x-3.x
-
saschaeggi →
committed b95e4e31 on 4.0.x
Resolve #3456018 "Gin table scroll wrapper hides drop"
-
saschaeggi →
committed b95e4e31 on 4.0.x
- Status changed to Fixed
5 months ago 1:53pm 26 June 2024 This change removes the option to show drop down up for the last 2 elements.
But it was pointed out as a wrong solution in this comment 🐛 Improved Accessibility: Unveiling Dropbutton Operations Hidden by Gin Table Scroll Wrapper Closed: duplicate .Won't this lead to some unexpected results?
- 🇨🇭Switzerland saschaeggi Zurich
@Maks Oleksyuk we have changed the integration completely, using Javascript to determine if it needs to be shown up/downwards. Also it's not positioned
fixed
so it doesn't get truncated by a scrollable container. Automatically closed - issue fixed for 2 weeks with no activity.
- 🇵🇹Portugal rfmarcelino
I'm aware that this is closed now, but I found some issues with changes made by one of the commits.
This might be related to using chosen instead of the regular dropdown, so I won't reopen this.
I was just wondering if changing to overflow-y: scroll; would create issues elsewhere since it solves my issue: