-
Notifications
You must be signed in to change notification settings - Fork 250
Double clicking a stack to view it also expands the node #799
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
Labels
bug
We can reproduce the issue and confirmed it is a bug.
Comments
9 tasks
zhangzhx
added a commit
that referenced
this issue
May 14, 2019
* Delete the stack instead of the change set when running SAM deploy tests (#939) * Use take instead of substring (#946) * Re-do project init GUI tests (#925) * Also tests the maven import works from #924 * Fix message localization using String format syntax instead of correct format (#948) * Change tooltips shorter and also enable tooltips on Labels. (#951) * Fixing several usability issues with the CloudFormation stack UI: (#956) - Removing status icons from event-history, replacing with color similar to the Console UI - Preventing multiple tabs opening for the same stack - fixes #798 - Switching explorer entry-point to be a right-click rather than double-click - fixes #799 - Adding status reason to the event-history * Disable auto-detecting proxy through system properties (#960)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The issue is that a CFN stack is not a leaf node since we expand supported sub-resources. We need to decide if we should just switch Opens stack to a context menu or find some other fix.
Double clicking to expand is standard UX for a JTree
To reproduce
The text was updated successfully, but these errors were encountered: