Skip to content

GUI: Clarify qualifier asset validation - #1302

Open
Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-1046-qualifier-alert
Open

Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-1046-qualifier-alert

Conversation

@Tabakkui

Copy link
Copy Markdown

Problem

The qualifier asset creation dialog reports only a generic invalid-character message. It does not tell the user that a qualifier must start with # and have at least three characters after the prefix. On narrow windows the long message also stays on one line and is clipped.

Approach

  • Clarify the validation message with the required prefix, minimum length, and allowed characters.
  • Enable word wrapping for the shared creation-dialog validation label.
  • Add a focused asset validation regression assertion for the required guidance.

Test plan

  • git diff --check
  • XML/static regression assertions for the validation text and messageLabel.wordWrap
  • Full C++ unit/build test not run on the ARM64 Pi; requires the authorized PC build environment.

Fixes #1046

Explain the required '#' prefix and minimum qualifier length in the creation dialog, and wrap the validation message on narrow windows. Add a regression assertion for the user-facing validation text.\n\nFixes RavenProject#1046
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant