You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you create a long Dropdown (say 7 items) you will see that when you click one of the elements there is an ugly UI flicker, a repaint. In fact, the menu/dropdown first collapses (as if the little triangle were clicked) and then expanded again and the clicked item is selected.
I also noticed that if you click one of the other items and the Dropdown is collapsed, the Dropdown will expand also. It is as if it does not remember its state. Should I enter a separate issue? I already entered 3 bug reports for Dropdown today, so I figured there was no need.
<aclass="nav-link dropdown-toggle {% if view.is_active(request) %}show{% endif %}"
Removing "show" here helps from closing the drop down when it looses focus. It still flickers, but only for the first time after the drop down is opened.
UPD: Checked with sqladmin. They use "active" instead of "show". It also gets collapsed and expanded on the first click.
Describe the bug
If you create a long Dropdown (say 7 items) you will see that when you click one of the elements there is an ugly UI flicker, a repaint. In fact, the menu/dropdown first collapses (as if the little triangle were clicked) and then expanded again and the clicked item is selected.
To Reproduce
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: