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

Fix styling issue seen with Gallery #696

Closed

Conversation

shshetty-microsoft
Copy link
Contributor

In the case of the gallery control, there is a nested template that needs to be available before the children control for gallery are created. The nested template is used to provide information about the data control that the gallery needs to use. Changes to add nested children first. Validate change in test case.

Problem

Without these changes, we were unable to select rows in a gallery.

Solution

Add the nested templates before the control children are added.

Changes

  • Log what was changed
  • Log what was changed
  • Log what was changed

Validation

  • How did you verify that this issue is truly fixed?
    image

image

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.

1 participant