| Age | Commit message (Collapse) | Author |
|
|
|
|
|
added a class to the info card to style different types in css.
also rearranged colors in helpers.js
(alon: changed implementation and broke the edit, will fix in the
morning)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #190
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document lack of oncaretchange
|
|
|
|
|
|
|
|
|
|
added a class to the items inside the suggestion box so we could style
them.
|
|
Also started using mixins for browser prefixes - box shadow and box
sizing
|
|
|
|
|
|
|
|
Missing:
- handling dropdown in the middle of the sentence correctly (almost
there, extra space added)
- clicking changes focus (transition event related?) and .focus() doesn't
work - could not find how to fix it.
|
|
|
|
|
|
|
|
|
|
|
|
Clearly not the best way to do it: we have a zoom object, it probably
already holds this state, and won't be inconsistent if we change the
document click handler. Time pressure and all that.
|
|
|
|
|
|
|
|
|
|
The fact you can't see most is by their design, need to fix that (regression I think)
|
|
Actual fix is change from keypress to keydown. tested with chrome.
|