Opened 15 years ago
Closed 11 years ago
#3764 closed enhancement (fixed)
make error messages copy-able
Reported by: | malenki | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 14.03 |
Component: | Core | Version: | latest |
Keywords: | copy error message | Cc: |
Description
This will be helpful since on one hand one hasn't to attach a screenshot for just a message and on the other hand one is able to copy node and way ids without having to copy it by hand
Attachments (5)
Change History (23)
comment:1 by , 11 years ago
by , 11 years ago
Attachment: | 3764.patch added |
---|
comment:2 by , 11 years ago
Milestone: | → 14.02 |
---|---|
Summary: | make error messages copy-able → [Patch] make error messages copy-able |
Attached patch that bases JMultilineLabel
on JEditorPane
in order to achieve select/copy-ability.
follow-up: 12 comment:4 by , 11 years ago
Any negative effects? If not - yes. I hate it when Copy&Paste does not work.
by , 11 years ago
Attachment: | bugreport_bug.png added |
---|
by , 11 years ago
Attachment: | otherbug.png added |
---|
comment:12 by , 11 years ago
Replying to stoecker:
Any negative effects? If not - yes. I hate it when Copy&Paste does not work.
The frame containing the text in a dialog have now different background then the rest of the dialog. So it looks ugly. But maybe it is some strange interaction of the themes (JOSM theme and desktop environment theme). But it didn't happen before this patch. I'll attach a screenshot from linux when I get to it.
by , 11 years ago
Attachment: | bug-ugly-background.png added |
---|
OK, so I determined the ugly background is only seen in the Nimbus theme shipped with JOSM. Other 3 themes seem OK.
comment:13 by , 11 years ago
The ugliness being the white background behind the copyable text while the rest of the dialog/popup is blueish. In all other themes everything is uniform blueish/metal as it should.
comment:15 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | [Patch] make error messages copy-able → make error messages copy-able |
I am not sure but it seems that this change did corrupt other warnings. I had a strange validator upload message two days ago and today I have a totally corrupt warning message about reverting a way with 'oneway=yes':
EDT: If I select two ways, the second warning is normal only the first is unusable.
comment:16 by , 11 years ago
Can you check if it affects all look and feels on your machine? The display of this warning is fine on Windows.
Ticket #5549 has been marked as a duplicate of this ticket.