| Age | Commit message (Collapse) | Author |
|
|
|
|
|
and no interaction possible yet
|
|
This is actually a sort of workaround, since now you cannot use tab to
focus on the feedback button, you have to click it with the mouse.
Since most people (everybody?) would do that anyhow, it's good enough.
An alternative is to change the 'botton: -3px' to anythin non-negative.
I have not managed to capture or prevent the scrolling behaviour. What
happens is that chrome tries to move the element into focus even though
that is impossible since it is with a fixed position to an absolutely
positioned element (body).
|
|
|
|
|
|
the suggestions from textanalysis now come as a dictionary with
{nodes: {name: id},
links: {name: id}}
(before it was a single dictionary, {name:id})
And the options bus for the textanalyser and search completion have been
updated accordingly. textanalyser also takes into account the cursor
position to determine which of the option dictionaries to use.
|
|
required for completion updates)
|
|
|
|
|
|
third-internship-proposal removal
|
|
when shift pressed
|
|
|
|
|
|
|
|
|
|
|
|
is ugly
Together with addition of new attributes fixes #357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from declaration
|
|
switch to onkeydown to capture ctrl-a before browser action
ctrl-a works on text fields since we only handle it if the target is the
body (which it is when svg is in focus, although that may be
accidental, don't know the logic).
|
|
|
|
|
|
At the same time lets completion work with spaces in the graph entry
bar. In the search bar it still doesn't work, will require some thinking
- how to let a space be both and/or and part of a name. It's better to
ditch it as an operator and use |/& or AND/OR.
|
|
needs more complex logic to account for user changes that have not
round-tripped yet, so for now just do not update the dialog.
Fixes #349
|
|
|
|
|
|
|
|
|
|
completer, plus some cleanup
|
|
|
|
|
|
|