Pageable
Pageable copied to clipboard
Resizing Issue
After resizing the browser window when again maximize the window. it remains in same size with scroll bar.

Need your OS and Chrome version so I can test.
Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial
Chrome: Version 70.0.3538.77 (Official Build) (64-bit)
I only have access to Windows, iOS and Centos 7 so I can't test on Ubuntu. Is the "update" event flashing for you on the playground page when resizing? Are there any errors in Chrome's console?
Yes update event is flashing and there are no errors in chrome console.
PS: problem resolves when we open chrome console and close it.
It's strange that opening the console is triggering the resize, but not resizing the window itself. I'll have to see if I can install Ubuntu on one of my servers and do some testing.
Me too! I'm using Chrome version 71 and Windows 10,
This problem occurs intermittently when changing the window size. Refreshing will resolve the problem. My guess is that the following code will fix it.
'window.addEventListener ("resize", this.callbacks.update, false);
Pageable.prototype.update = function () {
...
};
I can confirm the ops behaviour same platform (ubuntu as well)
Running window.dispatchEvent(new Event('resize')); in the console fixes it