Open usbrandon opened 6 years ago
I was able to reproduce this issue. Thank you for reporting. I also confirmed that this does not happen on Spoon.
To avoid an unexpected, unwanted service termination at imagebin.ca, the image uploaded by @usbrandon is
The issue happens because oldMenu
(the one from pentaho-pdi-dataset) stays visible though it is set invisible by https://github.com/HiromuHota/pentaho-kettle/blob/webspoon-8.1/ui/src/main/java/org/pentaho/di/ui/core/ConstUI.java#L269-L272.
Reopen this since I'm experiencing this issue from time to time.
There seems to be a race condition, only in RWT, between oldmenu's popup as the control's menu and control.setMenu( menu )
that replaces the control's menu.
Expected Behavior
I expected to see a clean properties dialog box where the pentaho-pdi-dataset plugin's entries are listed with the normal properties.
Actual Behavior
I see both the original dialog and the pentaho-pdi-dataset-plugin dialog transposed on top of each other. Screenshots and error messages are helpful. Overlap Problem
Steps to Reproduce the Problem
Client