Subwindow jumps on Screen by Selecting an Combobox item

English:

Hello,
I have a subwindow with a combobox have it. Whenever I want to select an item, the subwindows jumps into the lower left corner.

Deutsch:
Hallo,
ich habe ein Subwindow mit einer Combobox drin. Immer wenn ich ein Item auswählen will springt das Subwindow in die linke untere Ecke.

Hers the code for the Subwindow:
Hier ist der Quellcode für das Subwindow:


Window frageBogenAuswahl = new Window("Fragebogen Auswahl");
 frageBogenAuswahl.setWidth("400");
        frageBogenAuswahl.center();
        frageBogenAuswahl.setDraggable(false);
        frageBogenAuswahl.setResizable(false);
        frageBogenAuswahl.setClosable(false);

Some Screenshots:
Ein paar Screenshots:

Befor Click / Vor dem Klicken:

Open the image

After Click and type “V” / Nach dem Klicken und eingabe des Buchstaben “V”:

Open the Image

Nobody can help me?
Kann mir niemand helfen?

Hi,

I have the same problem. Did you find a solution for it?

If this happens with the latest versions, please
create a ticket
about the issue. Make sure you also indicate the affected version in the version field, and ideally provide the source code of a minimal UI or Application class that permits reproducing the problem.