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

User Management Tab needs clicking to render UI when language is not default. #1690

Closed
leigh-pointer opened this issue Sep 25, 2021 · 3 comments

Comments

@leigh-pointer
Copy link
Contributor

In the User Management section the ui is not rendered until the tab is clicked. This appears only to happen when the language is not the default.

image

image

@sbwalker
Copy link
Member

sbwalker commented Sep 27, 2021

This is because the TabStrip and TabPanel controls rely on the Name parameter value to set the default tab... and it appears that the localization logic is modifying the Name parameter value. The proper solution would be to not modify the Name parameter value and use a local variable instead to assign the localized Name and display in the UI.

@leigh-pointer
Copy link
Contributor Author

I will fix it

@sbwalker
Copy link
Member

sbwalker commented Oct 6, 2021

fixed in #1701

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

No branches or pull requests

2 participants