You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/06/23 02:02:27 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #416: GUACAMOLE-723: Automatically close menus upon click unless explicitly marked as interactive.

mike-jumper opened a new pull request #416: GUACAMOLE-723: Automatically close menus upon click unless explicitly marked as interactive.
URL: https://github.com/apache/guacamole-client/pull/416
 
 
   This change addresses the menu behavior regression [noted on GUACAMOLE-723](https://issues.apache.org/jira/browse/GUACAMOLE-723?focusedCommentId=16864910&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16864910), automatically closing open menus if the menu contents are clicked or any other part of the page is clicked.
   
   As the connection selection menu is intended to be interactive and thus should remain open while the user is clicking on its contents, a `interactive` attribute has been added to the `guacMenu` directive allow this intent to be explicitly stated. If set to `true`, clicks within the menu contents will not close the menu.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services