Bertrand CHEVRIER
Bertrand CHEVRIER
## Description If you enter an expression using the virtual keyboard only (without the focus on the field), and that expression is longer than the input field, the end of...
As a user I'd expect that when an element is removed the `.data()` linked to this element are also removed (or at least flushed when `Paper.clear()` is called). Nevertheless, if...
Promises
return ES2015 promises using something like : ``` javascript aja() .url('/foo/bar') .promise() .then(function(data){ }) .catch(function(err){ }); ``` The goal if to easily wrap aja into a promise based flow. ##...
aja.js should also support the ES6 module syntax : ``` js export default aja; ``` but we need to check how to know if ES6 modules are supported ## ---...
I'm unable to run the generator, rx.js throws without any details: ``` /home/bertrand/.nvm/versions/node/v6.1.0/lib/node_modules/yo/node_modules/rx/dist/rx.js:77 throw e; ``` The error appear from a fresh install, I've tried with different versions of `node`...
Related to https://oat-sa.atlassian.net/browse/TDR-10 - Update jquery from 1.9.1 to 2.2.4 (compatible) Requires : - [ ] https://github.com/oat-sa/tao-core-libs-fe/pull/13 - [ ] https://github.com/oat-sa/tao-core-sdk-fe/pull/49 - [ ] https://github.com/oat-sa/tao-core-ui-fe/pull/73 - [ ] Update dependency...
It was previsouly triggered on `beforeinput`. Better to redirect to the login when focusing the prompt input