scroll is not working??

I create web site with “webix datatable” library, now.
chrome/ IE … works fine.

I access to “http://webix.com/demo/datatable/dnd-for-rows/
with Safari (9.1) works fine.But my site not works.

I found its different.
Official site use “datatable” in inline frame(iframe).
but my site not uses iframe.

I do not want to use iframe.
If you have idea, please tell me it.

Thank you.

Thanks, your information!

I have problems when both web page and datatable has scroll too.
I action 2 fingers scroll In Mac Safari 9.0.1 (hovering mouse on datatable),
datatable does not scroll but web page scroll.

Hi,

The component will work fine without iframes
Can you share a snippet or a demo link, where the issue with scrolls can be checked?

You can check the same sample without iframes

http://docs.webix.com/samples/15_datatable/22_dnd/01_basic_dnd.html

Which version of Webix you are using
Prior Webix 3.1, there were some issues with DataTable scrolling in the Safari, but we can’t reconstruct them anymore with latest Webix UI (3.4)

Thanks a lot!

I uses “Webix UI v.3.3.17”.

So should I use webix with 3.0ver?

And please show me download url.

I think the issue must be already fixed in webix 3.3
Anyway, please try to use the latest version.

If you are using GPL version, just grab the latest package from the site. In case of PRO version, you can download latest files here

http://webix.com/clients/

Thanks!

I tried latest version(3.4).
But not resolved.

My Web page is similar to
http://webix.com/demo/datatable/dnd-for-rows/

(about scroll) except iframe structure. (I do not use iframe)

I think that If above demo page do not use iframe structure
(like http://docs.webix.com/samples/15_datatable/22_dnd/01_basic_dnd.html)

and my problem(on your nice demo page) not occur,
then my problem will resolve(on my web page).

I tried changing css “html:height:4000px;”
in below demo page (you showed me before.) http://docs.webix.com/samples/15_datatable/22_dnd/01_basic_dnd.html

This is the same of my problem.

Please try and see it.

Hi,

I was able to reconstruct the issue. It is a defect of code compression. As a quick solution, you can switch to webix_debug.js which will work correctly.

We will include the fix in the next build.

Thank you very much!!

It works fine for my web page.

Thank you for your much cooperation!