Closed AlexZilch closed 10 years ago
Problem seems to be that you have a modal curtain that blocks clicking the button. Maybe you should close the popup button popup programmatically?
While trying to close it programmatically i noticed that my WildFly didn´t republish the project. After fixing this problem the popup closed with setPopupVisible(false). Still thanks for your answer.
I have a PopupButton with two Buttons in the popup. Clicking on the Update button opens a modal dialogue and the Popup should be closed but it only closes after i clicked on the dialogue.
Any suggestions for this?
My example code:
@Theme("popupbuttonexample") public class PopupbuttonexampleUI extends UI {
public class ExampleDialog extends Window { private static final long serialVersionUID = -3143801528395534090L;
}
Thanks in advance
-Alex