Bug in dropdown view leads to wrong position of dropdown when no optimal position is found #17220
Labels
domain:integration-dx
This issue reports a problem with the developer experience when integrating CKEditor into a system.
domain:ui/ux
This issue reports a problem related to UI or UX.
package:ui
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
The line with the error is the following:
The problem here is that
this.panelPositions[0]
returns a callable. Here you get the name of the callable, not the name of the position.The values returned by
_panelPositions
is defined i defaultPanelPositions.The text was updated successfully, but these errors were encountered: