Search and Top Navigation
#15372 new bug ()
Opened February 20, 2020 04:49PM UTC
Last modified February 20, 2020 04:49PM UTC
autocomplete z-index wrong in dialog
Reported by: | raszagar | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I use an autocomplete in a dialog, z-index of the autocomplete is wrong (under the dialog).
If fixed z-index autocomplete with css, when clicking in dialog, move or open another dialog z-index of dialogs are recalculated (zIndexMax + 1) and allways more of autocomplete.
The z-index of the autocomplete should be recalculated like the dialog in open, or set parent z-index + 1.
Bug example:
https://codepen.io/raszagar/pen/yLNavgo
Thanks!