Sorry, we don't support your browser.  Install a modern browser
This post is closed.

XML GUI "colors" field does not properly support Unity colors#388

If ‘colors’ is used for an input field like this:

<InputField id="panel_textbox_text" lineType="MultiLineNewLine" position="0 100 0" width="700" height="400" fontSize="24" colors="#770000FF|#770000FF|#770000FF|#770000FF" textColor="#333333FF" onEndEdit="panelTextboxEndEdit" ></InputField>

The input field background vanishes completely when the user clicks on it to edit the text. If “colors” is not specified, then the default background color stays while editing.

This may be fixed if the plugin version of LayoutXML is upgraded.

3 years ago

This may be related to issue #343, since not only does the InputField background vanish – even the border vanishes.

3 years ago
B
Changed the status to
Research
3 years ago

Benjamin has indicated in Discord that the problem and its solution is understood, so it is a planned fix. :)

3 years ago
B
Changed the status to
Planned
3 years ago
B
Changed the status to
In Progress
3 years ago
Changed the status to
Completed
2 years ago