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

CUBaseMiniDiagnosticsView doesn't update unless redrawn by usercontrol parent [BUG] [FEATURE] #100

Closed
KrisztianOlah opened this issue Dec 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@KrisztianOlah
Copy link
Contributor

Describe the bug
CUBaseMiniDiagnosticsView is only shown when UI elements are redrawn. ie exiting then reentering the view otherwise it remains static showing outdated data or not showing relevant data.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any cu that will produce diagnostic messages in its context.
  2. Wait for messages to show up.
  3. After messages fail to appear exit to operator view and reenter cu view.
  4. Diagnostic messages appear, but do not dissapear or change.

Expected behavior
Messages sould appear and dissappear as they do in the model or at least poll changes at set intervals if it would be too much of a performance hit or would cause issues viewing the results.

Screenshots
image

Additional remark
It would be neat if the number of messages could be limited to only a handful.

@KrisztianOlah KrisztianOlah added the bug Something isn't working label Dec 14, 2023
@peterbarancek
Copy link
Collaborator

cleses #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants