Opened 14 years ago
Closed 14 years ago
#5235 closed enhancement (fixed)
[PATCH] problems with middle-click paste of bbox url
Reported by: | Upliner | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Usual way of opening the location in the Unix world is to select the url in the browser and paste it to the "Bounding box" tab in the download dialog with middle mouse button. Unfortunately, JOSM doesn't automatically clear the url textarea and when one use the middle mouse button for copy-paste he cannot clear the textarea by hand because it would change the X selection buffer. There are several solutions of this problem: to clear the textarea at every opening of the download dialog or to create a button that allows to manually clear the textarea. I've implemented the second solution in the attached patch.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | bboxclear.diff added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
If there are two urls in the textbox, how it can be detected which to use?
comment:4 by , 14 years ago
Tried inserting this line into that textarea:
Haven't helped.
A one-click button to clear it will be very useful.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Actually there is no need to clear the text area at all for this case. Simply add the url text somewhere, it will be detected properly.