Opened 17 years ago
Closed 17 years ago
#969 closed defect (fixed)
[PATCH] Unable to enter bounding box for downloaded area by hand
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
If I try to enter bounding box of area to be downloaded from osm server by hand, values in fields are changed at the moment I press TAB to go to next field. It seems, that JOSM recalculates URL in lowest field and based on that recalculates upper fields again.
Version 622.
Attachments (2)
Change History (6)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
I do not see any change in behaviour in version 669. If I change value of field "min lat" and hit TAB, then URL changes and immediately value of "min lat" field changes to something other than I have entered.
If I enter new value of field with URL, then values of fields min/max lat/lon are updated. But I want to enter values of fields min/max lat/lon and not the value of URL... If it is not possible by design, then those fields should be not editable.
comment:3 by , 17 years ago
Summary: | Unable to enter bounding box for downloaded area by hand → [PATCH] Unable to enter bounding box for downloaded area by hand |
---|
Added patch to fix this issue.
by , 17 years ago
Attachment: | bbnorefresh.diff added |
---|
by , 17 years ago
Attachment: | bbnorefresh.2.diff added |
---|
Ooops. Forgot one line to let it work 100% as expected.
Please update and try again. Newer version rewrite the URL in lower field whenever you press TAB.