Opened 15 years ago
Closed 15 years ago
#3810 closed defect (fixed)
Pressing Enter in download dialog doesn't initiate download anymore
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
On r2347. I'm pretty sure this is a regression and it worked before.
Attachments (0)
Change History (5)
comment:1 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Actually:
- Open download dialog
- Select OSM/GPS layer
- Selection on download button is released
Then Enter won't download anymore.
follow-up: 4 comment:3 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
AFAIK, it never did, unless the "Download" button hat focus. IMHO, this is how it should be. For instance, the download button behaves the same way: upload with enter only if the upload button has focus.
If you really necessary I could add "tabbing" with ENTER, as I did in the download dialog. You would click in the "Download GPX", then press ENTER once or twice until the download button has focus, then press ENTER to downlolad.
comment:4 by , 15 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Replying to Gubaer:
AFAIK, it never did, unless the "Download" button hat focus. IMHO, this is how it should be. For instance, the download button behaves the same way: upload with enter only if the upload button has focus.
It did work in the past actually. If I build r2300 and:
- Open the download dialog
- Select/Unselect OSM/GPX so that there's a small box around it
- Press Enter
Nothing happens in trunk but r2300 initiates the download. It's as if there's an Enter listener on the entire area of the dialog in r2300 but not in trunk.
Having it work like this on the download dialog isn't going to destroy any data, unlike potentially on the upload dialog.
For what it's worth this made a minor part of my workflow with JOSH slightly more tedious, hence filing the bug:)
Reopening since it did work in the past, but you can do what you want with it.
I could add "tabbing" with ENTER, as I did in the download dialog. You would click in the "Download GPX", then press ENTER once or twice until the download button has focus, then press ENTER to downlolad.
How did this work before the layout of the dialog was changed? Then one only needed to press Enter once.
comment:5 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Hrm, actually the focus got out of wack somehow and I can't reproduce it now...