[Bug] In WEBGUI, when popping out the window, the grid becomes blank #276
Labels
Change: Expert
Needs specialized, in-depth review
Client: GUI
the issues is related to GUI applications
Priority: Low
The issue will not be seen by most users. Usually the issue is a very specific use case or corner ca
Status: Confirmed
The issue is a bug and has been confirmed and an action will be taken
When running the Grid in WEBGUI, and you pop out the Window, the BBjHTMLView does not automatically trigger a re-render.
We may want to catch the JS side event for undocking and re-render the grid in its initial state, perhaps we can also do better and fill it with the most recent data and formatting.
It's already pretty clear that the pop-out cannot be lossless as the server has no permanent trace of the grid status.
There is a callback in the window listeners object in javascript options :
[image: image.png]
These callback functions are called in all connected browser windows:
This is how you can determine the undock state of the window:
The text was updated successfully, but these errors were encountered: