stable

Clone or download

Read-only

Autocomplete in expert mode

This is a part of story #8858 query tracker with expressions User can type few letters and hit Ctrl + Space in order to have autocompletion. AND, OR, and field names are autocompleted. Furthermore, do not loose anymore the focus when user hit ESC on a textarea. Change-Id: I7e58a0774230bb0ea33d18d14e52058a5d96624a

Modified Files

Name
M plugins/tracker/build-manifest.json +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/ExpertModePresenter.class.php +12 −0 Go to diff View file
M plugins/tracker/package.json +1 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −1 Go to diff View file
M plugins/tracker/templates/report/tracker-report-expert-query.mustache +6 −2 Go to diff View file
M plugins/tracker/www/scripts/TrackerReportExpertMode.js +53 −2 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +2 −1 Go to diff View file
M src/www/themes/FlamingParrot/js/keyboard-navigation.js +2 −2 Go to diff View file