Closed
Description
Bug report
The input field of the Combobox is being shifted when a "position: absolute" style is set on its initial element.
Reproduction of the problem
- Open this Dojo example
- Run it and see the floating "Rib Knit" text which is the input field of the Combobox
Current behavior
The input field of the Combobox is shifted when "position: absolute" style is set on its initial element.
Expected/desired behavior
When setting "position: absolute" style on ComboBox initial element the whole component should be shifted according to the set "top, bottom, left, right" parameters.
A possible workaround that could be applied in the above linked Dojo is the following one:
$("#comboboxA").getKendoComboBox().input.css("position", "static");
Here is the modified Dojo with correctly working Combobox with "position: absolute" style is set on its initial element.
Environment
- Kendo UI version: 2019.3.917
- jQuery version: x.y
- Browser: [all]