os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

save session not working when window is maximized and saved #99

Closed santhoshR-Dev closed 4 years ago

santhoshR-Dev commented 4 years ago

this.core.make('osjs/session').save(); is not working when we maximes the window and save the session. it is saving the previous width and height before maximizing the window.

Screenshot (96) Screenshot (95)

andersevenrud commented 4 years ago

Hi,

Indeed. It seems like the maximized state does not affect session restoration.

I'll have a look into it.

Thanks!

andersevenrud commented 4 years ago

Coming up ASAP in the following PR

https://github.com/os-js/osjs-client/pull/100

andersevenrud commented 4 years ago

This has been fixed and released in the latest version of @osjs/client.

The demo site will be updated as well.