Opened 6 years ago
Last modified 6 years ago
#17200 new defect
Don't scroll right when a tag value is selected
Reported by: | Klumbumbus | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: | bagage |
Description (last modified by )
Follow-up from #14666
When the horizontal scroll bar is necessary then clicking on a tag value (or double clicking to change the value) scrolls to the right.
This is a bit annoying as it always hides at least parts of the keys.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-01-11 21:47:35 +0100 (Fri, 11 Jan 2019) Build-Date:2019-01-12 02:32:14 Revision:14674 Relative:URL: ^/trunk Identification: JOSM/1.5 (14674 en) Windows 10 64-Bit OS Build number: Windows 10 Pro 1803 (17134) Memory Usage: 791 MB / 1820 MB (134 MB allocated, but free) Java version: 1.8.0_191-b12, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Screen: \Display0 1680x1050 Maximum Screen Size: 1680x1050 VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\Desktop\josm-latest.jnlp, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.heapsize=NULL,2048m, -Djnlpx.splashport=56117, -Djnlpx.jvm=<java.home>\bin\javaw.exe] Dataset consistency test: No problems found
Attachments (1)
Change History (8)
by , 6 years ago
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Much likely this problem was there even before #14666, but with the old behavior or now with the default propertiesdialog.autoresizeTagsTable=false
the horizontal scrollbar appears much later so the problem is less a problem.
With propertiesdialog.autoresizeTagsTable=true
the horizontal scrollbar appears pretty often and then e.g. double clicking a value to edit it scrolls to the right. I think this is the default behavior of such a table when the column doesn't fit in the view.
So before propertiesdialog.autoresizeTagsTable=true
becomes the new default this ticket should be addressed.
comment:4 by , 6 years ago
Milestone: | 19.01 → 19.02 |
---|
comment:5 by , 6 years ago
Milestone: | 19.02 → 19.03 |
---|
comment:6 by , 6 years ago
Milestone: | 19.03 → 19.04 |
---|
comment:7 by , 6 years ago
Milestone: | 19.04 |
---|
I set the milestone but can't code it. So I'm removing it as it was already moved 3 times.
(If it is useful, possible solutions might be here: https://stackoverflow.com/questions/34862674/java-how-to-prevent-the-horizontal-auto-scrolling-in-a-jtable-when-clicking-th)
Is the problem still visible by default with r14677?