autocompletion in 'prepare diff' overrides text when tabbing out
The autocompletion feature does not respond fast enough, so I usually type in the repository paths myself. However, after I type in the path I want, the suggestions menu pops up, with focus on another subdirectory (probably due to processing lag).
However, if I use 'tab' to jump to the next input box, the text I wrote into the first box gets replaced by the first path in the suggestions box. So I have to click somewhere to make the popup disappear, otherwise I lose the text that I typed in.
Change History
(6)
Component: |
general → version control
|
Keywords: |
anydiff added
|
Milestone: |
→ 0.12.1
|
Milestone: |
next-minor-0.12.x → next-stable-1.0.x
|
Keywords: |
suggest.js added
|
Milestone: |
next-stable-1.0.x
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
I think instead of autocompletion, it might be more useful to have a pop-up repository browser. I implemented such a thing for a file-select ticket field type, and users seem to like it.