You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Description
As ListView string items are handled as XML, illegal characters for XML will not render. This is fine but is incompatible with the other platforms.
Of instance strings with < > etc won't be rendered and generate a Gtk-WARNING as they should be < > etc
This is contrary to the other platforms so I would label it a bug.
Steps to Reproduce
Expected Behavior
A row showing "< Back" rendered and clickable.
Actual Behavior
An empty row "" rendered and clickable.
Basic Information
Screenshots
Reproduction Link