Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUI] alert message of Qualifier asset creation needs to be updated #1046

Open
lorancecall opened this issue May 31, 2021 · 1 comment
Open
Labels

Comments

@lorancecall
Copy link

This issue tracker is only for technical issues related to Ravencoin.

General Ravencoin questions and/or support requests and are best directed to the Ravencoin Discord).

For reporting security issues, please direct message one of the core developers in discord.

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. select Create Asset tap
  2. set asset type = Qualifier Asset
  3. enter any name

Expected behaviour

Tell us what should happen

  • need to alert user the character must start # followed by 3 character

Actual behaviour

Tell us what happens instead

  • It prints out Qualifier name contains invalid characters (Valid characters are: A-Z 0-9 _.) (# must be the first character,_.special characters can't be the first or last characters) instead
  • The message did not indicate at least 3 character needed, also not intuitive what would be expected.
  • Maybe autofill # will be better if this is 'must be' condition?
  • the message does not auto fit with textfield, need to make it can line change when window size is smaller then message.

Screenshots.

If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

when windows size is wider than text

Screen Shot 2021-05-31 at 4 06 46 PM

#### when windows size is narrower than text

Screen Shot 2021-05-31 at 4 06 30 PM

What version of Ravencoin are you using?

List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA.
4.7.0.0-27dec57fc (64bit)

Machine specs:

  • OS: OSX BigSur
  • CPU: Intel i7 2.9 quad core
  • RAM: 16 GB
  • Disk size: 500GB
  • Disk Type (HD/SDD): SSD

Any extra information that might be useful in the debugging process.

This is normally the contents of a debug.log or config.log file. Raw text or a link to a pastebin type site are preferred.

@fdoving
Copy link
Contributor

fdoving commented Dec 11, 2021

Related to #1152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants