Dan Howe
|
3eb2a49109
|
e.isDefaultPrevented is a jQuery property, but the event passed might be a native browser event, so we should also check for "defaultPrevented" if the jQuery props don't exist.
|
2016-06-23 10:11:18 +10:00 |
|
DanielApt
|
7621a2488c
|
Merge pull request #447 from antoinegomez/patch-1
Add support of iframe for keyboard event
|
2016-03-03 00:22:06 +00:00 |
|
Hyunje Alex Jun
|
a2b2a77de1
|
Change variable definition style
Use 'var' everytime, instead of using ','.
|
2016-02-22 22:45:32 +09:00 |
|
Hyunje Alex Jun
|
e63d4c03cb
|
Rename dom module variable name 'd' to 'dom'
Enhance readability.
|
2016-02-22 21:49:36 +09:00 |
|
Hyunje Alex Jun
|
d277a363b0
|
Rename helper module variable 'h' to '_'
Enhance readability.
|
2016-02-22 21:49:33 +09:00 |
|
Antoine Gomez
|
636eaffd41
|
Add support of iframe for keyboard event
Really simple piece of code to add support of iframe in keyboard event activeElement test.
|
2016-01-27 18:49:45 +01:00 |
|
Hyunje Alex Jun
|
fbfe505408
|
Remove comments from source files
Abundant comments.
|
2016-01-05 11:27:42 +09:00 |
|
Hyunje Alex Jun
|
4f6ed64b17
|
Make keyboard handler consistent when focused
Resolve #437
|
2015-12-23 23:34:37 +09:00 |
|
DanielApt
|
3b90c734e4
|
Dispatch custom scroll events with new updateScroll function
|
2015-09-23 20:49:37 +01:00 |
|
srcn
|
f200bea4cc
|
add shift+space support for keyboard
|
2015-08-17 15:19:30 +03:00 |
|
Hyunje Alex Jun
|
81dd8e9eb0
|
Add a guard to check if activeElement exists.
|
2015-02-11 16:00:19 +00:00 |
|
Hyunje Alex Jun
|
b5d0958e82
|
If scrollbar's detached, reinitialise the plugin in update.
|
2015-02-11 16:00:19 +00:00 |
|
Hyunje Alex Jun
|
c8fe0b9269
|
Add missing updates in handlers.
|
2015-02-11 15:53:42 +00:00 |
|
Hyunje Alex Jun
|
a52a945226
|
Modularise handlers.
|
2015-02-11 15:53:42 +00:00 |
|