jnicol / trackpad-scroll-emulator

A jQuery plugin that emulates OSX trackpad-style scrollbars in any browser or platform.
MIT License
217 stars 44 forks source link

scrollbar not support scrollbar inside scrollbar #18

Closed idanhen closed 9 years ago

idanhen commented 9 years ago

I create a textarea with scroll bar inside a dynamic div with scrollbar.

the inner textarea is not changing the scrollbar. I also found how to fix it:

LINE 36: var $contentEl = $el.find('.tse-content:first'); LINE 61: $scrollbarEl = $el.find('.tse-scrollbar:first'); LINE 62: $dragHandleEl = $el.find('.drag-handle:first'); LINE 67: $scrollContentEl = $el.find('.tse-scroll-content:first');

idanhen commented 9 years ago

I commited the fix

jnicol commented 9 years ago

Thanks - look good. I have merged your pull request.