Modify ↓
Opened 7 years ago
Closed 7 years ago
#13189 closed defect (worksforme)
Additional suggestions not offered after completing path
Reported by: | Ryan J Ollos | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Component: | WikiAutoCompletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
After pressing enter/return to complete the path, suggestions for the next path component aren't offered until moving the cursor. Additional suggestions are offered if using tab to select the completion. Is that behavior expected? I expect some people would use enter to choose the completion, so the behavior might be confusing.
Attachments (2)
Change History (5)
Changed 7 years ago by
Attachment: | Screen Shot 2017-05-24 at 10.40.17.png added |
---|
Changed 7 years ago by
Attachment: | Screen Shot 2017-05-24 at 10.40.45.png added |
---|
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
From comment:12:ticket:12929:
It's a trade-off. Sometimes you want to eat the key and stay in suggestion mode, sometimes you want the effect of the key (a newline) and leave suggestion mode. Unfortunately we can't read the user's mind, so we have to rely on rough heuristics and compromises.
Staying in suggestion mode on ENTER would sometimes be convenient, but sometimes it would be extremely irritating. So leave suggestion mode on ENTER is in my opinion the better option.