Overlay Editors behave different when in CellEdit mode. This PR adds a workaround - adding the attribute
data-pr-is-overlay:true to the overlay excludes it from the onClickOutside handler.
This could be extended by adding it to the overlay editors by default.
We could then even remove the setTimeout.
It also works für third party editors.
Defect Fixes
Overlay Editors behave different when in CellEdit mode. This PR adds a workaround - adding the attribute
data-pr-is-overlay:true
to the overlay excludes it from the onClickOutside handler. This could be extended by adding it to the overlay editors by default. We could then even remove the setTimeout. It also works für third party editors.7405 #2097