Scroll mosue not work when mouse hover on datatable , what i make wrong ?
parametr: scroll:false, change on true does not help
my code
Scroll mosue not work when mouse hover on datatable , what i make wrong ?
parametr: scroll:false, change on true does not help
my code
Do you mean whole page scroll, or something paging related ?
only where datatable, elsewhere it works fine , if i scroll down and mouse stop where datable , scroll not work more,and if mouse move left or right then ok ).
where start webix_ss_body > work after webix_ss_center wrok > webix_ss_center_scroll - not work? if this div remove from dev tool, page scroll fine.
Confirmed and fixed
Updated build will be available till the end of this week.
thanks!
Fixed build ( v.1.5.1 ) is available at github - Releases · webix-hub/webix · GitHub
Hi, I’m having the same problem. I just updated to v1.5.1 but still happens. I’m using the example at samples\15_datatable\09_columns\03_scrolls.html after replace the codebase and I can’t use the mouse-wheel scroll. Can you please take a look. My problem is that I already have everything integrated in my app using 1.5 and I already changed the styles so I would appreciate a fix that I can apply as patch.
In which browser issue occurs in your case ?
I just have checked the related sample in webix 1.5.1 package and scroll works correctly for me ( after scrolling to the end of a grid, wheel scroll start scrolling the page )
I’m working on Win7 with Chrome 33 and Firefox 27. What I’m doing is click with the mouse-wheel (or trackpad in a laptop) in the middle of the grid, so that I can move the mouse left/right and up/down for have horizontal and vertical scroll. This behavior works fine in a non-datatable grid and works partially if I click over the scroll instead of the grid. Is this something the plugin should support?
Please double-check that you are using version 1.5.1 (you can check value of webix.version in js console )
I do not understand. Can I use the DataTable as in this example(mouse touch scroll): http://goo.gl/CftKrd
If there is functionality, please give a link to an example