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 skyper)

What steps will reproduce the problem?

  1. 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 skyper, 4 years ago

Summary: Tagging preset: column is checkgroup not fully respectedTagging preset: columns in checkgroup not fully respected

comment:2 by skyper, 4 years ago

Description: modified (diff)

comment:3 by simon04, 4 years ago

Milestone: 21.04
Owner: changed from team to simon04
Status: newassigned

comment:4 by simon04, 4 years ago

Resolution: fixed
Status: assignedclosed

In 17829/josm:

fix #20792 - Tagging preset: columns in checkgroup not fully respected

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain simon04.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.