-
Notifications
You must be signed in to change notification settings - Fork 85
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
Tabs in Modal Display issue #1221
Comments
beat me to it ;) confirmed, this is also happening in one of my modals. |
Workaround posted to forums: https://forums.universaldashboard.io/t/tabs-in-modal-strange-display-issue/1388/10 |
mattselle
added a commit
to mattselle/universal-dashboard
that referenced
this issue
Dec 11, 2019
Models have issues trying to figure out how wide they are so we need to tell materialize to update the tabIndicator so we dont get a scroll bar. ironmansoftware#1221
This was referenced Dec 11, 2019
adamdriscoll
pushed a commit
that referenced
this issue
Dec 11, 2019
* Fix label overlap issue when value is provided #1330 * Placeholder should be active label and not overlap #921 * Revert "Placeholder should be active label and not overlap" This reverts commit 938fd37. * UpdateTabIndicator so we dont get a scroll Models have issues trying to figure out how wide they are so we need to tell materialize to update the tabIndicator so we dont get a scroll bar. #1221
adamdriscoll
added a commit
that referenced
this issue
Jan 7, 2020
* Fix label overlap issue when value is provided #1330 * Placeholder should be active label and not overlap #921 * Revert "Placeholder should be active label and not overlap" This reverts commit 938fd37. * UpdateTabIndicator so we dont get a scroll Models have issues trying to figure out how wide they are so we need to tell materialize to update the tabIndicator so we dont get a scroll bar. #1221 * Add test for disabled textbox #1380 * Disabled InputField Adding Disabled to new-inputfield #1380 * Remove false * Update NewInputFieldCommand.cs Co-authored-by: Adam Driscoll <[email protected]>
adamdriscoll
added a commit
that referenced
this issue
Jan 7, 2020
* Fix label overlap issue when value is provided #1330 * Placeholder should be active label and not overlap #921 * Revert "Placeholder should be active label and not overlap" This reverts commit 938fd37. * UpdateTabIndicator so we dont get a scroll Models have issues trying to figure out how wide they are so we need to tell materialize to update the tabIndicator so we dont get a scroll bar. #1221 * Add test for disabled textbox #1380 * Disabled InputField Adding Disabled to new-inputfield #1380 * Remove false * Update NewInputFieldCommand.cs * Component to Content #1421 Co-authored-by: Adam Driscoll <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
When Tabs are used inside a modal, a scrollbar is displayed on load.
Once any tab is clicked it behaves as expected.
To Reproduce
Steps to reproduce the behavior: (Example)
Expected behavior
No scrollbar displayed on load
Screenshots
If applicable, add screenshots to help explain your problem.
Script Sample
Version Information
The text was updated successfully, but these errors were encountered: