-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Describe the bug
Description
Sometimes all messages for all endpoints are loaded even if my endpoint still selected.
Expected behavior
While my endpoint is selected all operations should only happen in the selected endpoint.
Actual behavior
Sometimes the focus on my endpoint is lost (but visually my endpoint still selected) and I get messages from all endpoints.
Versions
ServiceInsight: 2.13.0
ServiceControl: Empty in the "about" screen of ServiceInsight.
Please list the version of the relevant packages or applications in which the bug exists.
Steps to reproduce
First way
Select an endpoint and ensure only messages from that endpoint are present :

Search on something that will have 0 result:

The search box is automacally emptied so not possible to use the "X" icon.
I try to refresh (screenshot before hitting the button):

Result is not about my endpoint anymore :

When I try to click on another endpoint then coming back on mine, the label change to indicate it's my endpoint but the number of messages and the messages displayed does not correspond to my endpoint (you can see the number does not correspond to my first screenshot) :

Only then if I hit the same refresh button it's OK.
Second way
Go on some endpoint and make some search (search should return something).
Change the endpoint. The label is changed to the new endpoint but the same result appear.

Those 2 results are from the previously selected endpoint.
But the endpoint displayed in the label is the new one.
Relevant log output
No response
Additional Information
Workarounds
-
Clicking the refresh button will cause the
Search Messagescontrol to gain focus and the refresh button will essentially disable the on-click update when selecting an endpoint
-
By clicking the
Xbutton in theSearch Messagescontrol this will enable the on-click update when selecting an endpoint