Can open multiple drowdowns in CKEditor
Description
If you are using inline tables with the CKEditor, you will have multiple dropdowns for the column and row settings. When you open them by the down-arrow and not the button (icon) before, you can open multiple drop-downs at the same time.
Steps to Reproduce
- Create inline table
- Open row settings (by the down arrow)
- Open column settings (by the down arrow)
Expected behavior
Row dropdown closes on opening the column dropdown.
Actual behavior
https://user-images.githubusercontent.com/1014126/155214263-7af757f3-994f-430a-9508-af2ad66849fc.mp4
Affected Versions
Neos: 5.3
UI: 5.3
Checked this today and when we click the Chevron icon the enhanceWithClickOutside part is not active and therefore the other drop-downs will not be closed when we click on the icon.
The icon has an absolute position, and therefore it floats outside the context of the button and the onClick does not work.