You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text selection setup takes place onAttach, however in case of GridPro the component is not fully available and thus cannot be properly configured.
More specifically, in text-selection-mixin.js, inside listenToEvents(), webComponent.inputElement evaluates to undefined. Since the component is not visible anywhere, server-initiated refreshing has no effect.
This problem was worked around in #274 (and to a smaller degree it is present in #243 - but server refresh seems to work in Grid).
The text was updated successfully, but these errors were encountered:
Text selection setup takes place
onAttach
, however in case ofGridPro
the component is not fully available and thus cannot be properly configured.More specifically, in
text-selection-mixin.js
, insidelistenToEvents()
,webComponent.inputElement
evaluates toundefined
. Since the component is not visible anywhere, server-initiated refreshing has no effect.This problem was worked around in #274 (and to a smaller degree it is present in #243 - but server refresh seems to work in
Grid
).The text was updated successfully, but these errors were encountered: