Summary
The element name entered in the configuration panel is displayed in the top-right titlebar without any truncation or max-width constraint. A long name wraps onto a second line, pushing the element type label ((Button), (System), etc.) down and breaking the layout.
Steps to Reproduce
- Select any element on the grid (e.g. Element 0 Button)
- Click the Element Name input field in the configuration panel
- Type a name longer than ~35 characters (e.g. 64+ A's)
- Press Enter
Expected Behaviour
The element name in the titlebar should be truncated (truncate / overflow-hidden) so it stays on a single line and does not push adjacent content.
Actual Behaviour
The full name wraps onto a second line in the header, causing a visual layout break. Unicode characters and HTML-like strings (e.g. <script>) are rendered as plain text correctly — this is purely a display overflow issue, not a security concern.
Screenshot
The header shows:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
</script>éàü∞ (Button)
Environment
- Grid Editor 1.6.7 development
Summary
The element name entered in the configuration panel is displayed in the top-right titlebar without any truncation or
max-widthconstraint. A long name wraps onto a second line, pushing the element type label ((Button),(System), etc.) down and breaking the layout.Steps to Reproduce
Expected Behaviour
The element name in the titlebar should be truncated (
truncate/overflow-hidden) so it stays on a single line and does not push adjacent content.Actual Behaviour
The full name wraps onto a second line in the header, causing a visual layout break. Unicode characters and HTML-like strings (e.g.
<script>) are rendered as plain text correctly — this is purely a display overflow issue, not a security concern.Screenshot
The header shows:
Environment