-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Bug] o-autocomplete with append-to-body on a modal #373
Comments
same case for o-inputitems |
|
o-datepicker too probably all the components with a dropdown view has this issue. [not confirmed] |
Yes, there are 3-4 components that depend on dropdown |
This issue also occurs with the o-tooltip component. |
@asadhshujau Is this still a problem? |
@mmorainville I just (finally) tested an upgrade to oruga 0.8 and the issue is worse. I don't seem to be getting this specific error anymore, however the popup doesn't show correctly at all (my testing was with the datepicker component). Date picker in a model
Date picker on a page (outside of model)
So as of right now I have to revert back to oruga 0.7 until issues are resolved |
Overview of the problem
Oruga version: [0.5.5]
Vuejs version: [3.2.37]
OS/Browser: Chrome
Description
happens when o-autocomplete is used with appendToBody prop in a programmatic modal with destroyOnHide set to true and modal is closed
Steps to reproduce
Expected behavior
Close the modal without throwing any errors
Actual behavior
Uncaught (in promise) DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
The text was updated successfully, but these errors were encountered: