- Status New
- Percent Complete
- Task Type Feature Request
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 1.0 devel (github master)
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
FS#1969 - search form with Advanced search toggle layout
I think the button advanced search button should not be placed right beside seach input field as full button.
Maybe a small down arrow under the simple search form with a horizontal line and a title tag as tooltip.
Any comments?
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Added some code to dev. Still not looking good, todo.
The button is not nice at this place, but one of the reasons were that there are several forms on the task list page and this button must stick to the search form.
With HTML5 a button can be assigned to any form in a website, so we can place the button were we want and it still triggers the sending of the search form.
The support by browsers is currently 85%,
see http://caniuse.com/#search=form
The only brwoser not supporting it is Internet Explorer (any version).
Moved it to FS1.1 as it is noncritical for a FS1.0 release.