codepress / admin-columns-issues

Issues for Admin Columns Pro
https://www.admincolumns.com/
11 stars 0 forks source link

Smart Filtering traversing the DOM is too global #1324

Closed DGStefan closed 4 years ago

DGStefan commented 4 years ago

With our Smart Filtering feature, we move around elements in the DOM to make it more comfortable too use our filters. But this also moves around third-party elements that result in unexpected behaviour.

related HS Tickets:

DGStefan commented 4 years ago

The issue is not the traversing but the CSS that is applied. The safest solution is to provide a CSS fix for the plugins that really have a CSS conflict.