Skip to content

Fix Expander Expanding Functionality#11717

Merged
QilongTang merged 2 commits intoDynamoDS:masterfrom
RobertGlobant20:Fix_Expanders_Issue
May 28, 2021
Merged

Fix Expander Expanding Functionality#11717
QilongTang merged 2 commits intoDynamoDS:masterfrom
RobertGlobant20:Fix_Expanders_Issue

Conversation

@RobertGlobant20
Copy link
Contributor

Purpose

Fixing the issue reported during texting "clicking on header of an expanded Expander doesn't collapse it. Hence, there is no way to collapse all the expanders once one of them is expanded."

I removed the Expanded event since it was producing saving wrong expanded status per each expander.

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated

Reviewers

@QilongTang

FYIs

@Astul-Betizagasti

Fixing the issue "clicking on header of an expanded Expander doesn't collapse it. Hence, there is no way to collapse all the expanders once one of them is expanded."

I removed the Expanded event since it was producing saving wrong expanded status per each expander.
}
else
{
expanderActive = "";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

String.empty

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QilongTang
Fixed in the next commit: aebc3ae

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@QilongTang QilongTang merged commit 681e4de into DynamoDS:master May 28, 2021
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

Successfully merging this pull request may close these issues.

2 participants