Skip to content

BUG: Model configuration error dialog displays long messages outside the container #163

Description

@jmbillard

Summary

Long error messages in the model configuration overflow outside the dialog/container, causing part of the text to be rendered off-screen and become unreadable.

Environment

  • Windshift self-hosted
  • Docker deployment

Steps to Reproduce

  1. Open the model configuration page.
  2. Configure a model with invalid or incomplete settings.
  3. Trigger a validation or save error that produces a long error message.
  4. Observe the displayed error message.

Actual Behavior

Long error messages extend beyond the right edge of the dialog/container.

Part of the message is rendered outside the visible area, making it impossible to read the full error.

Expected Behavior

Error messages should remain within the bounds of the dialog/container.

Long messages should either:

  • Wrap onto multiple lines.
  • Be displayed in a scrollable container.
  • Resize the container appropriately so the full message remains visible.

Additional Information

The issue appears to be related to the layout of the error message rather than the error itself.

Instead of wrapping or remaining within the available space, the text overflows horizontally outside the visible UI.

Possible Cause

Possible issues include:

  • Missing text wrapping (word-break or overflow-wrap).
  • Horizontal overflow is not handled by the container.
  • The error component does not constrain long strings to the available width.

Request

Please ensure that long error messages remain fully visible within the model configuration UI and do not overflow outside the visible container.

Thanks!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions