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

Unable to see CloudFormation Status Reasons #1858

Closed
andrewryan1906 opened this issue Jun 20, 2020 · 3 comments
Closed

Unable to see CloudFormation Status Reasons #1858

andrewryan1906 opened this issue Jun 20, 2020 · 3 comments
Labels
bug We can reproduce the issue and confirmed it is a bug.

Comments

@andrewryan1906
Copy link

Describe the bug
When you view the CloudFormation stack status in order to determine why a stack failed, you are unable to fully see the status reason.

To reproduce
Pull up the AWS ToolKit
Go toe CloudFormation Stacks
Select an stack that has failed
Attempt to navigate to the failed event

The status reason is in the leftmost column and you cannot see the entire reason.

Expected behavior
A big reason why I would want the CloudFormation integration is to look at a stack and troubleshoot what went wrong. Currently I have to login to AWS to do this; this toolkit is great for that.

But when I want to figure out the reason for failure, I can't see all of the text. I should be able to see the status reason - that's kind of the most important thing in all of the events. Ether I should be able to click it and bring up a window that shows the entire reason, or even better - when I click the row of the CloudFormation event, the reason should show up in the bottom pane (which is now blank).

Screenshots
image

Your Environment

  • OS: MacOS
  • JetBrains product: WebStorm
  • JetBrains product version: 2020.2
  • AWS Toolkit version:
  • SAM CLI version:
  • JVM/Python version:

Additional context

@andrewryan1906 andrewryan1906 added the bug We can reproduce the issue and confirmed it is a bug. label Jun 20, 2020
@abrooksv
Copy link
Contributor

Thanks for reporting this. Will look into what we can do.

@abrooksv
Copy link
Contributor

The expanded items support in the JBTable does not take the container window into account so it is going off the screen.

Screen Shot 2020-06-22 at 4 28 08 PM

We will most likely need to roll our own solution.

@abrooksv abrooksv changed the title Unable to see CloudWatch Status Reasons Unable to see CloudFormation Status Reasons Jun 24, 2020
@abrooksv
Copy link
Contributor

Feature has been released in 1.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug We can reproduce the issue and confirmed it is a bug.
Projects
None yet
Development

No branches or pull requests

3 participants