Skip to content
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

DataTable Filter Menu insertBefore defect #1076

Closed
tugcekucukoglu opened this issue Mar 12, 2021 · 1 comment
Closed

DataTable Filter Menu insertBefore defect #1076

tugcekucukoglu opened this issue Mar 12, 2021 · 1 comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@tugcekucukoglu
Copy link
Member

defect

@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 12, 2021
@tugcekucukoglu tugcekucukoglu added this to the 3.3.6 milestone Mar 12, 2021
@tugcekucukoglu tugcekucukoglu changed the title DataTable insertBefore defect DataTable Filter Menu insertBefore defect Mar 13, 2021
@nclemeur
Copy link

I am also experiencing this bug (I don't know if that matter, but I am using vitejs). The stacktrace is below

runtime-dom.esm-bundler.js:11 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.
    at insert (http://localhost:3000/node_modules/.vite/chunk-RLAZP54J.js?v=b59526a7:3695:12)
    at processCommentNode (http://localhost:3000/node_modules/.vite/vue.js?v=b59526a7:1798:7)
    at patch (http://localhost:3000/node_modules/.vite/vue.js?v=b59526a7:1757:9)
    at componentEffect (http://localhost:3000/node_modules/.vite/vue.js?v=b59526a7:2196:9)
    at reactiveEffect (http://localhost:3000/node_modules/.vite/chunk-RLAZP54J.js?v=b59526a7:206:16)
    at callWithErrorHandling (http://localhost:3000/node_modules/.vite/chunk-RLAZP54J.js?v=b59526a7:1026:32)
    at flushJobs (http://localhost:3000/node_modules/.vite/chunk-RLAZP54J.js?v=b59526a7:1226:9)
insert @ runtime-dom.esm-bundler.js:11
processCommentNode @ runtime-core.esm-bundler.js:3775
patch @ runtime-core.esm-bundler.js:3727
componentEffect @ runtime-core.esm-bundler.js:4313
reactiveEffect @ reactivity.esm-bundler.js:42
callWithErrorHandling @ runtime-core.esm-bundler.js:154
flushJobs @ runtime-core.esm-bundler.js:384
Promise.then (async)
queueFlush @ runtime-core.esm-bundler.js:286
queueCb @ runtime-core.esm-bundler.js:308
queuePreFlushCb @ runtime-core.esm-bundler.js:311
scheduler @ runtime-core.esm-bundler.js:2105
run @ reactivity.esm-bundler.js:183
trigger @ reactivity.esm-bundler.js:189
set @ reactivity.esm-bundler.js:292
onUpdate:filters @ BaseGrid.vue:152
callWithErrorHandling @ runtime-core.esm-bundler.js:154
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:163
emit @ runtime-core.esm-bundler.js:642
onFilterApply @ datatable.esm.js:3994
callWithErrorHandling @ runtime-core.esm-bundler.js:154
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:163
emit @ runtime-core.esm-bundler.js:642
$props.rowGroupMode.$props.groupRowsBy.$options.columnProp.createBlock.onFilterApply._cache.<computed>._cache.<computed> @ datatable.esm.js:1142
callWithErrorHandling @ runtime-core.esm-bundler.js:154
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:163
emit @ runtime-core.esm-bundler.js:642
$props.filterDisplay.$props.column.children.$props.column.children.filter.createBlock.onFilterApply._cache.<computed>._cache.<computed> @ datatable.esm.js:995
callWithErrorHandling @ runtime-core.esm-bundler.js:154
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:163
emit @ runtime-core.esm-bundler.js:642
applyFilter @ datatable.esm.js:180
$data.overlayVisible.$props.display.$props.showApplyButton.$props.filterApplyTemplate.createBlock.onClick._cache.<computed>._cache.<computed> @ datatable.esm.js:683
callWithErrorHandling @ runtime-core.esm-bundler.js:154
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:163
invoker @ runtime-dom.esm-bundler.js:308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants