tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Dislocated column menu when horizontaly scroll #920

Closed BogMil closed 4 years ago

BogMil commented 6 years ago

When column menu is opened and when you try to horizontally scroll, column menu does not move with parent column. It stays fixed on screen. Then when you close opened column menu, and try to open new one, the new one is dislocated.

It is dislocated if first one (column menu) is left dislocated with scrolling before opening new one . Every new column menu is shifted right or left for for exact amount of space that you make when scrolling. It is easy to try it on this demo : http://www.guriddo.net/demo/bootstrap/functionality/column_menu/index.html but first, it is necessary to make column wider to gain horizontal scroll bar.

tonytomov commented 6 years ago

Thanks. The fix is not so easy. The only good solution is to close the menu when you scroll horizontally. I will try to do it these days.

Regards

tonytomov commented 5 years ago

Have fixed the problem. You can try and let me know if it is fixed for you