-
Notifications
You must be signed in to change notification settings - Fork 881
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
Wrong hiding when using multiple message types and labels #451
Comments
Yes, hiding a label does not work message type wise it is a global setting. You can also verify this by looking at the column headers. Hiding a label hides the entire column. Doing otherwise would lead to a wrong display of column numbers. |
Nice, it works :) i'm still a bit confused for the hiding, i have to think more about it.
|
I cannot reproduce this. Can you give a minimal workflow for reproduction? The only way I can bring hidden labels back up again is by selecting "Show only diffs in protocol" which is intended behaviour to show the label here if it belongs to the diff. |
seems that it happens if:
same happens if i enable and disable the first signal (but not the second), while in my project everything is shown only if i disable all signals and show at least one, changing only one signal (first included) doesn't cause any bug |
Thanks I was able to reproduce this behaviour and fixed it in #452. |
Expected Behavior
I have two message types, one label in the first, and two labels in the second.
Hiding the label in the first message type should hide only the labelled bits, and only of that message type.
Actual Behavior
If a label say "bit 1-31" bits 1-31 are hidden regardless of the message type
Other problem: if i hide some labels, enable and disable "mark diff in protocol" in the moment i disable it, every label become visible also if it is unchecked
checking and unchecking the label hides again the label
Steps to Reproduce the Problem
Check the photo:
bits 20-28 of row 2,3,4 are part of a short pause but i setted it as sync too
Platform Specifications
The text was updated successfully, but these errors were encountered: