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

Highlighting constraints violations is not reset after loading #44

Open
Futsch1 opened this issue Aug 20, 2023 · 1 comment
Open

Highlighting constraints violations is not reset after loading #44

Futsch1 opened this issue Aug 20, 2023 · 1 comment
Labels
bug Something isn't working Low TestQuality

Comments

@Futsch1
Copy link
Owner

Futsch1 commented Aug 20, 2023

Precondition

Launch the application with the arguments "example/example.asn -type EXAMPLE.Sequence"
Switch tool to Tree view

Steps to Reproduce:

Step Action Expected Status
1 Select Sequence->example1, set member1 to 999

Save encoded data
No error Pass
2 Set member1 to 6000

Select Sequence->example2

Select Sequence->example1

Save encoded data

Load encoded data
After reselection, member1 is highlighted

Saving fails with error: "example1: member1: Expected an integer between 0 and 5000, but got 6000."

After loading, member1 has the value 999
Value is 999, but the highlighting is not reset
3 Hover over Sequence->example1 Tooltip "Minimum:0, Maximum: 5000" is shown Pending
@Futsch1 Futsch1 added the Low label Aug 20, 2023
@Futsch1
Copy link
Owner Author

Futsch1 commented Aug 20, 2023

Open Defect in TestQuality

@Futsch1 Futsch1 added bug Something isn't working TestQuality labels Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Low TestQuality
Projects
None yet
Development

No branches or pull requests

1 participant