Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click events for buttons on layouts with classes that contain the string "c-window" are suppressed #39

Open
walindner opened this issue Jun 30, 2017 · 0 comments

Comments

@walindner
Copy link

walindner commented Jun 30, 2017

cf the style: v-window-bottom-toolbar

mode: closePopupOnOutsideClick: true

presumably VPopupButton.isOrHasChildOfPopup() the line

                if (element.getClassName().contains("v-window")) 

has to be

                if (element.hasClassName("v-window")) 

is it possible to fix that soon?

@walindner walindner changed the title Click events for buttons on popup with nested layouts are suppressed Click events for buttons on layouts with classes that contain the string "c-window" are suppressed Aug 3, 2017
vt512 pushed a commit to vt512/PopupButton that referenced this issue Jul 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant