Issue in focus out on grid

hello
If I have grid cell in editable mode and without clicking anywhere on the page if I navigate to some other page for e.g. any other tab or screen then grid don’t loose the focus of grid or cell and its still in editable mode. Because of this change scope is not recorded in my grid. Is there any event which triggers on lost focus or blur where I can call editstop()
any example or reference will be helpful

Thanks

If you switching to different tab in the browser - it doesn’t move focus from the input and doesn’t trigger blur event. Each tab of browser have its own separate focus.

As far as I know it is feature not the bug, that page inside of the browser’s window doesn’t know is it really visible or not

There is a PageVisibility API though

thanks