-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Modal body content not hiding #12314
Comments
You're using incorrect HTML for the |
Wow. Thanks. Corrected the HTML for TABLE but the data is still showing. |
Sorry, I think I misread what you were trying to achieve. Could you explain again/in more detail what the desired output is here? |
@TimNguyenBSM Could you also make your example into a JS Fiddle or JS Bin? |
@cvrebert Here you go: http://jsfiddle.net/mty3g/14/ |
@juthilo The issue is that the TABLE contents are not hidden as I would expect them to be. Additionally, when opening the MODAL, I would expect the TABLE contents to show, but they do not. Please see: http://jsfiddle.net/mty3g/14/ |
I figured how to get it work. It was the placement of the Modal. Once I moved it, it works fine now. Still curious why it didnt work with the original placement though. |
Yeah, you can't just jam a |
Cool. In case this helps... I had two MODAL's in the same TR which created the issue, but once there was only one per TR it was all good. |
This Modal works perfectly:
This Modal below follows the above Modal immediately, but the Table is showing, rather than being hidden. On click, the Table content is blank. If I delete the Table data and replace with a text, it works as expected:
The text was updated successfully, but these errors were encountered: