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

Can't set some css classes for categories defined in xml #4335

Closed
alschmiedt opened this issue Sep 29, 2020 · 0 comments
Closed

Can't set some css classes for categories defined in xml #4335

alschmiedt opened this issue Sep 29, 2020 · 0 comments
Assignees
Labels
component: toolbox/flyout issue: bug Describes why the code or behaviour is wrong

Comments

@alschmiedt
Copy link
Contributor

alschmiedt commented Sep 29, 2020

Describe the bug
Css classes in the toolbox that are camel cased, such as openIcon and closedIcon, can't be set using xml. This is because xml converts everything to lowercase.

To Reproduce
Try to add css-openIcon="SomeClass" to a category.

Expected behavior
Adding css-openIcon="SomeClass" should add a class when the category is opened.

Screenshots

Stack Traces

Additional context

@alschmiedt alschmiedt added issue: bug Describes why the code or behaviour is wrong component: toolbox/flyout labels Sep 29, 2020
@alschmiedt alschmiedt self-assigned this Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: toolbox/flyout issue: bug Describes why the code or behaviour is wrong
Projects
None yet
Development

No branches or pull requests

1 participant