Page MenuHomeFeedback Tracker

Mapdescriptor Item does not support % character
Assigned, NormalPublic

Description

Whenever trying to set the displayname of a mapdescriptor item with "%" its not working.

Escaping with \ has no effect.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
General
Steps To Reproduce

MapItem item;
item = m_mapDescriptorComponent.Item();
MapDescriptorProps props = item.GetProps();
string progressString = string.Format("Antenna: %1 \%", 42); // % not showing up
item.SetDisplayName(progressString);

Event Timeline

nomisum created this task.Dec 30 2023, 12:19 PM
Geez changed the task status from New to Assigned.Jan 2 2024, 1:46 PM