Modify ↓
Opened 4 years ago
Closed 4 years ago
#20792 closed defect (fixed)
Tagging preset: columns in checkgroup not fully respected
Reported by: | skyper | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 21.04 |
Component: | Core | Version: | latest |
Keywords: | template_report tagging preset checkgroup column | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- In a tagging preset have a
<checkgroup>
with more checks than the value of columns and no multiple of the value, see below.
What is the expected result?
Still the number of columns is always respected
What happens instead?
Columns are evenly filled per rows which might lead to less columns
Please provide any additional information below. Attach a screenshot if possible.
I want to be able to add six checks in two rows but use all four columns and only have two checks in the second row. Using two checkgroups does not work as the placement is calculated for each checkgroup, see #19472.
<checkgroup columns="4"> <check key="bridge" text="Bridge" disable_off="true" /> <check key="tunnel" text="Tunnel" disable_off="true" /> <check key="embankment" text="Embankment" disable_off="true" /> <check key="cutting" text="Cutting" disable_off="true" /> <check key="oneway" text="Oneway" /> <check key="lit" text="Lit" /> </checkgroup>
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2021-04-21 17:31:06 +0200 (Wed, 21 Apr 2021) Revision:17812 Build-Date:2021-04-22 01:30:59 URL:https://josm.openstreetmap.de/svn/trunk
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
Summary: | Tagging preset: column is checkgroup not fully respected → Tagging preset: columns in checkgroup not fully respected |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Milestone: | → 21.04 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 17829/josm: