jquery-jscrollpane

jQuery jScrollPane issue/conflict with Google maps on Safari

﹥>﹥吖頭↗ 提交于 2019-12-02 09:34:59
问题 I seem to have come across a strange bug/conflict between jScrollPane and Google Maps (v3) when viewed on Safari. The issue is that if I have a LI element inside my scroll Pane, that is set to display:block, and also a google map on the page, the LI element does not scroll with the rest of the content. Removing or simply hiding the google map on the page removes the scrolling issue. I have built a test case here. http://www.incontrolsolutions.com/scroll/stackoverflow.html This page works

jQuery jScrollPane issue/conflict with Google maps on Safari

北慕城南 提交于 2019-12-02 07:04:22
I seem to have come across a strange bug/conflict between jScrollPane and Google Maps (v3) when viewed on Safari. The issue is that if I have a LI element inside my scroll Pane, that is set to display:block, and also a google map on the page, the LI element does not scroll with the rest of the content. Removing or simply hiding the google map on the page removes the scrolling issue. I have built a test case here. http://www.incontrolsolutions.com/scroll/stackoverflow.html This page works correctly in FF, Chrome (Smooth like butter!) and even IE9 But Safari (Including webkit nightly builds up

jScrollPane scrollbar disappears when applying scrollTo

眉间皱痕 提交于 2019-12-02 03:02:23
I have a problem with the jQuery extension jScrollPane combined with the scrollTo plugin. The scrollbar disappears if I apply the scrollTo command to the scrollable container and the scroll is at the top position . (If the scroll is not at the top position, everything is working fine.) To get the scrollbar back, I try to reinitialize it. What happens then is that the scroll goes back to the top, canceling the scrollTo command. My code: $('#myScrollableDiv div.jspContainer').scrollTo(delta); c = $('#myScrollableDiv').jScrollPane({ autoReinitialise: true, maintainPosition: true }); If you use