wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

Table escaping from div when resetView is called in latest version on Chrome (77.0.3865.90) on Windows, #382

Closed euangordon closed 5 years ago

euangordon commented 5 years ago

This week, we started noticing that the latest version of Chrome has an unusual behaviour when resetView is called on bootstrapTables. In our UI, if the div containing a table changes height then we call resetView on the tables with the new height that they have available. At this point, in the latest Chrome the table escaped from the div it was in:

image

Prior to the latest version of Chrome everything was working as expected, also at the moment other browsers are ok (FF, Edge, Chrome on Mac, Safari). I will be continuing investigating the issue and will create an example if I don't get anywhere, but I am interested to know if anyone can shed any light on the issue / or are having the issue themselves.

Any help or pointers would be greatly appreciated.

bootstrap-table version: 1.11.0