-
Notifications
You must be signed in to change notification settings - Fork 69
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
IxDropdownButton's items are lost on window resize #1157
Comments
Thank you for your comments. Currently the ix-dropwdown is not intended to be used as a tab item. Alternatively, you could use a button group / move the dropdown button down (and then change the content based on the pressed button) or, if you really need nested elements like this, a tree would also be a solution. |
After a discussion, we came to the conclusion that this behavior is not desired, even if it is not currently supported. We will create a bug ticket - thanks for submitting it. |
🤖 Hello @mertutku Your issue will be analyzed and is part of our internal workflow. JIRA: IX-1013, IX-1736 |
Thank you for the response. I resolved the problem with a workaround. In case, it might help you. Basically I switched to IxDropdown instead of IxDropdownButton. And moved the IxDropdown item outside of IxTabs block.
|
Hello @mertutku, We have discussed this use case previously, and unfortunately, our current implementation does not support this scenario. However, you can use the workaround we discussed. |
Prerequisites
What happened?
We are using IxDropdownButton inside of a IxTabItem. Initial load of the page, everything works right. But if we resize the page the IxDropdownButton's items are not visible anymore. This does not happen if IxDropdownButton is outside of Tabs components.
Initial state
After window resize
What type of frontend frameware are you seeing the problem on?
React
Which version of iX do you use?
v2.1.1
Code to produce this issue.
The text was updated successfully, but these errors were encountered: