Topic: mdbCollapse fast toggle error
ARcode pro asked 3 years ago
Hello there
The mdbCollapse directive doesn't collapse the content properly if the trigger element is expanded and collapsed fast.
The mdbCollapse applies the styles height: 0; overflow: hidden when the element is collapsed, and overflow: visible when it is expanded. But if the toggle is made fast, the style overflow: visible is still applied to the element (now with height: 0).
Is there a work around to solve this?
You can use the same code as in the mdbCollapse documentation to see the error.
Thanks
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Opened
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 11.0.0
- Device: Computer
- Browser: Any
- OS: Windows
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 3 years ago
@ARcode Thank you for reporting this problem, we will take a closer look at this bug and let you know what we found. I'm afraid that there is no easy workaround for now and we will need to make changes in the component animations to fix that.