asn1editor icon indicating copy to clipboard operation
asn1editor copied to clipboard

Highlighting constraints violations is not reset after loading

Open Futsch1 opened this issue 2 years ago • 1 comments

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 avatar Aug 20 '23 17:08 Futsch1

Open Defect in TestQuality

Futsch1 avatar Aug 20 '23 17:08 Futsch1