Damian Krzeminski
Damian Krzeminski
Yup. Much better. Let me rework it.
Some fixes: - implemented `data-separator` - fixed char detection - Safari does not actually support neither `key` nor `char` on `keydown` events - we need to parse [keyIdentifier] to properly...
@luckydonald - `enter` and `tab` is _always_ a separator, as for others you can specify a string with multiple charactes - see: https://pirxpilot.github.io/tags-input/ Source for the demo is here: https://github.com/code42day/tags-input/blob/next/index.html
Detecting keys is tricky, not all documented properties are set on all events. For example `charCode` is not set in most browsers on `keyDown`. see: https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html
Somewhat related: I attempted switching to [cmake-js] to build latest leveldb (master) in [my fork]. I seems to work OK for MacOS and Linux, I did not try that on...
Duplicate of #77
I think that the problem here is that Firefox on OS X at some point started using overlay (A.K.A. lion style) scrollbars. For antiscroll to work properly we need to...
see: https://www.npmjs.com/package/code42day-antiscroll
> > The default branch can currently be changed by editing `HEAD` in the raw Git repository in `.kbfs_git`. > In case someone ended up here looking for a way...
Not sure what's going on here. Why don't you create a PR (with a failing test) and I'll have a look.