Feature:
minThumbSize
option, defaults to 20
(px)Patch:
viewElement.style.{width,height}
, turn off relayouts on update.Bugfixes:
visibility: hidden
from .gm-resize-trigger
so it works on Firefox.type
for the resizer object so it works on IE correctly.Bugfixes:
Features:
onResize
option hook by which clients can be notified of resize eventsBugfixes:
Bugfixes:
.gm-test
css rule from the stylesheetFeatures:
Bugfixes:
Bugfixes:
Bugfixes:
create
if createElements
option is false
gm-prevented
after destroydestroy
for reateElements: false
Bugfixes:
Bugfixes:
destroy
method if the createElements
option was set to false
Bugfixes:
Features:
getViewElement
method that returns the scrollable element, useful if you want check its properties such as scrollHeight or add/remove contentBugfixes:
head
:/ #2Features:
Features:
IE9 support
Minor Bugfixes:
:active
state === :hover
state by default for .ms-scrollbar .thumb
thumb inherit border-radius
from parent ms-scrollbar
by default
Bugfixes:
SCROLLBAR_WIDTH
value when ::-webkit-scrollbar
was present with an explicit width
Updates: