Manos
Manos
A quick fix for firefox: ``` $(document).bind("dragstart",function(e){ if(e.target.nodeName.toUpperCase()=="RECT"){ return false; } }); ```
Hello, Current plugin version does not support both axis scrollbars on the same element simultaneously. I'm currently working on version 3.0 which will support this feature. New version will be...
For having both vertical and horizontal scrollbars on the same element use plugin version 3: https://github.com/malihu/malihu-custom-scrollbar-plugin/tree/3.x To update from version 2.x to 3.x remember to use v3 jquery.mCustomScrollbar.css and mCSB_buttons.png.
You can disable the mouse-wheel feature for any scrollbar by setting the mouseWheel option parameter to false: mouseWheel: false More info on plugin options: http://manos.malihu.gr/jquery-custom-content-scroller/#configuration-section
Not at the moment. I will add such option on the next major update that'll introduce both axis scrollbars on the same element. But you can accomplish what you need...
Since plugin version 3.0.0 you can define the mouse-wheel scrolling axis when both vertical and horizontal scrollbars are present via the `mouseWheel`:`axis` option parameter: `mouseWheel:{ axis: "y" }` Set axis:...
I can't really help unless I see your page. Can you post a link and the steps to replicate the issue?
Yes, this is the expected behavior. Highlighting works independently from the target scroll-to position and offset. Plugin's highlighting feature is completely user-centric. It works as an indicator to the user...
I can't really say if or when such option will be implemented as it'll probably interfere with other highlighting options and its core scope (such feature will require a lot...
You're welcome :)