| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document lack of oncaretchange
|
|
|
|
|
|
|
|
added a class to the items inside the suggestion box so we could style
them.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Actual fix is change from keypress to keydown. tested with chrome.
|
|
|
|
|
|
|
|
|
|
width so invisible)
|
|
the change is a one liner hidden in 24 lines of refactoring :/
|
|
|
|
Note that since search is a regexp, you could always (and still) do:
a|b
But what you can't do now is have spaces in the name :/
|
|
missing correct width (setting it on the input instead of the FO) plus
only chrome looks ok for link, FF still misplaced.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selection to single node selection
|