Hyunje Alex Jun
e9fcc0f02a
Temporary fix for mousewheel problem of select in FF and IE.
...
Resolve #247 .
2014-11-11 13:29:09 +00:00
Alexandr Subbotin
05b20f45ef
decrease mouse handlers count and every-time class checking during mousemove
2014-11-11 13:28:58 +00:00
Hyunje Alex Jun
3821413589
Release 0.5.7.
...
1. IE mouse pointer event bug fix.
2. Use scss for stylesheet.
3. Clear intervals when destroyed.
4. Bug fixes.
2014-11-05 19:02:45 +00:00
Hyunje Alex Jun
08a387d9c1
Add removable-list-element example.
2014-11-05 19:02:00 +00:00
Hyunje Alex Jun
1849e64122
Remove remaining inline display style.
...
It caused regression bugs.
2014-11-05 18:51:52 +00:00
Hyunje Alex Jun
f9c3dc0b20
Change name of variable breakingProcess
.
...
It's too ambiguous to understand the purpose of the variable.
2014-10-31 19:25:43 +00:00
Hyunje Alex Jun
aa92487ed3
Clear intervals if the plugin is destroyed.
2014-10-31 19:25:13 +00:00
Hyunje Alex Jun
a3bf38ada2
Update README.md
...
Add FAQ.
2014-10-31 19:16:36 +00:00
Hyunje Alex Jun
d24f9bd41b
Use scss for stylesheet.
...
We can build the scss source to .css and .min.css files with the
`grunt build` command.
2014-10-31 02:20:22 +00:00
Hyunje Alex Jun
5be50316ca
Merge pull request #239 from darthmaim/bugfix_ie10_pointertype
...
Don't handle mouse pointer events as touch in IE10.
2014-10-30 18:21:43 +00:00
Konrad Liebig
94be67d998
Don't handle mouse pointer events as touch in IE10
2014-10-30 17:04:20 +01:00
Hyunje Alex Jun
17fd46a07d
Release 0.5.6.
...
1. Add scrolling with selection.
2. Bug fixes.
2014-10-28 18:02:22 +00:00
Hyunje Alex Jun
f099448e44
Change how scrollbar rails are being hidden.
...
Inline CSS change is bad practice.
2014-10-28 18:01:23 +00:00
Hyunje Alex Jun
d0b97e4039
Add selection handler.
...
Now perfect-scrollbar supports scrolling by selection.
2014-10-28 17:49:16 +00:00
Hyunje Alex Jun
f2342f2678
Change the way to handle event class name.
...
Use factory pattern to handle it, instead of using + operator of
string.
2014-10-28 16:41:36 +00:00
Hyunje Alex Jun
967c30a5e4
Shouldn't prevent default for touchStart.
...
Default touch event shouldn't be prevented.
2014-10-28 14:33:07 +00:00
Hyunje Alex Jun
7cf8303b30
Release 0.5.5.
...
1. Bug fixes.
2014-10-24 12:06:04 +01:00
Hyunje Alex Jun
7dd6335965
Filter touch events not to be handled.
...
In IE 10/11, MSPointer event is fired by mouse. It shouldn't be handled.
Also, Exception has occurred with event.targetTouches, and this commit
fixed it too.
2014-10-24 12:03:55 +01:00
Hyunje Alex Jun
494d68fe02
Merge pull request #231 from suxxes/patch-1
...
Correction for railBorderYWidth calculation
2014-10-22 16:10:07 +01:00
Fedor
3dde3ebb0c
Correction for railBorderYWidth calculation
2014-10-22 17:09:45 +04:00
Hyunje Alex Jun
12086573fc
Update README.md
...
Add `npm` to install section.
2014-10-21 21:43:07 +01:00
Hyunje Alex Jun
a98c77d160
Release 0.5.4
...
1. Inner scrollbar problem fix.
2. Inner scrollbar touch event problem fix.
3. Bug fixes.
2014-10-21 21:31:02 +01:00
Hyunje Alex Jun
48e1c688b2
Add additional information to package.json
2014-10-21 21:29:34 +01:00
Hyunje Alex Jun
991e664b18
Stop propagation and prevent default for touch events.
...
Fix #228 .
2014-10-21 21:14:23 +01:00
Hyunje Alex Jun
ee4fc96b7a
Bind touch handlers only when it's supported.
...
Fix #227 .
2014-10-21 21:06:16 +01:00
Hyunje Alex Jun
664dec23d6
No longer support old IEs.
2014-10-21 20:58:43 +01:00
Hyunje Alex Jun
65869821c1
Use > CSS selector.
...
This patch will resolve inner scrollbar problems.
2014-10-21 20:53:55 +01:00
Hyunje Alex Jun
4f7595a34f
Release 0.5.3.
...
1. Focusable element bug fix for ShadowDom element.
2. Int conversion enhancement.
3. Add IE Pointer handler.
4. Ctrl+Home/End support.
5. Iframe support.
2014-10-14 01:38:04 +01:00
Hyunje Alex Jun
97a44c29a8
Add grunt task to release new version.
2014-10-14 01:37:05 +01:00
Nicolás Moncada
467cdb17ed
Adding an example using iframe.
2014-10-14 01:11:06 +01:00
Nicolás Moncada
6ac02fae2b
It makes compatible with iframes.
2014-10-14 01:11:06 +01:00
Hyunje Alex Jun
d4ec7fca6d
Merge pull request #219 from MathieuLorber/input-in-shadowdom
...
ShadowDom form elements are considered for preventing scrolling by keyevent
2014-10-14 01:46:03 +02:00
Gene Diaz Jr
0022bd5595
Added cdn information
...
mirror on cdnjs.com http://cdnjs.com/libraries/jquery.perfect-scrollbar
Modified by @noraesae, as I wouldn't want to update README every time
I bump up the version.
2014-10-14 00:39:09 +01:00
Hyunje Alex Jun
1b1195288b
Add ctrl key support for keyboard handler.
...
Originally written by @wikenator.
2014-10-14 00:29:51 +01:00
loliver
e6590da884
IE Pointer Events
...
Added support for PointerEvents (and MSPointerEvents) to support touch
in IE10 and 11.
Modified by @noraesae.
2014-10-14 00:13:04 +01:00
Hyunje Alex Jun
e98bfec4f2
Remove IE6 specific fixes.
...
Just don't use IE6.
2014-10-13 23:47:47 +01:00
Hyunje Alex Jun
f7d90464e0
More code refactoring.
...
It's never enough.
2014-10-13 23:47:47 +01:00
Hyunje Alex Jun
337c0be9e2
Add int() helper instead of parseInt.
...
parseInt is a good option for string-int conversion,
but none for float-int conversion because of performance issue.
This is also to make the code clean.
2014-10-13 23:24:20 +01:00
Hyunje Alex Jun
36c988faba
Code refactoring.
2014-10-13 23:24:20 +01:00
Mathieu Lorber
a573d2cd9d
ShadowDom form elements are considered for preventing scrolling by keyevent
2014-10-01 11:49:16 +02:00
Hyunje Alex Jun
f231110f21
Merge pull request #217 from josemalonsom/patch-1
...
Minor corrections in example.
2014-09-29 21:54:11 +01:00
josemalonsom
503b05f5ae
Minor corrections in example.
...
Just a couple of minor corrections in the CSS of the example "How to use".
2014-09-29 22:18:05 +02:00
Hyunje Alex Jun
abab1e47a4
Release 0.5.2.
...
1. Hide suppressed scrollbar rails.
2014-09-28 01:30:58 +01:00
Hyunje Alex Jun
c1b40168f6
Hide scrollbar rails when they're suppressed.
...
They were displayed even though suppresed. In this patch,
the scrollbar rails won't be displayed unless they're needed.
2014-09-28 01:28:38 +01:00
Hyunje Alex Jun
937463cf75
Change name.
2014-09-24 19:35:43 +01:00
Hyunje Alex Jun
424e577dbc
Bump up version in bower.json
2014-09-16 11:28:40 +01:00
Hyunje Alex Jun
575280e9c2
Release 0.5.1.
...
1. Change dragging logic.
2. Remove jquery-mousewheel dependency.
3. Bug fixes.
2014-09-15 22:58:28 +01:00
Hyunje Alex Jun
d3181f0b0d
Mousewheel fixes for Firefox and IE 10.
...
Now tested with the latest versions of following browsers.
In OS X:
Chrome
Firefox
Safari
In Windows:
Chrome
Firefox
Internet Explorer 10
Opera
Safari
2014-09-15 22:53:40 +01:00
Hyunje Alex Jun
0fc81dfa83
Remove Firefox hack for MozMousePixelScroll.
...
It just works fine without it.
2014-09-15 21:53:23 +01:00
Hyunje Alex Jun
1d315786a0
Hide scrollbars while updating to stop affecting geometries.
...
Scrollbars keep affecting the geometries and it leads to wrong
scrollWidth and scrollHeight. So hide them in advance and show
them again after updating.
2014-09-15 21:45:27 +01:00