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

[Security Solution][Windows: Firefox]List not showing until we go under full screen mode #132901

Closed
ghost opened this issue May 25, 2022 · 17 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Cases Cases feature impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.3.0

Comments

@ghost
Copy link

ghost commented May 25, 2022

Describe the bug
[Windows: Firefox]List not showing until we go under full screen mode

Build Details

Branch: Mains
Firefox : 100.0.2

Steps

  • Login to Security App
  • Have few alert generated on the kibana
  • Attach alert to case
  • Go to case details
  • Click on Alert tab
  • Observed that added alerts are not getting displayed until user go to full screen mode

Note: Issue is only on Firefox windows browser, on chrome windows this is working correctly

Screen-Cast

10.0.6.219.-.Remote.Desktop.Connection.2022-05-25.16-43-40.mp4
@ghost ghost added bug Fixes for quality problems that affect the customer experience triage_needed Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels May 25, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@ghost ghost changed the title [Security Solution] [Security Solution][Windows: Firefox]List not showing until we go under full screen mode May 25, 2022
@ghost ghost self-assigned this May 25, 2022
@ghost ghost added the impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. label May 25, 2022
@ghost ghost assigned MadameSheema and unassigned ghost May 25, 2022
@MadameSheema MadameSheema added the Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) label May 25, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@MadameSheema MadameSheema added the Feature:Cases Cases feature label May 25, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops-cases (Feature:Cases)

@cnasikas cnasikas added v8.3.0 and removed triage_needed Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels May 25, 2022
@kqualters-elastic
Copy link
Contributor

@karanbirsingh-qasource if you throttle the cpu in chrome by 6x, can you trigger the issue? If so, probably a duplicate of #129057

@ghost
Copy link
Author

ghost commented May 30, 2022

Hi @kqualters-elastic thanks for looking into the issue

Issue is not occuring on chrome browser as mentioned in bug also not occuring if we throttle the cpu in chrome by 6x.

  • Chrome [ Issue not occuring ]

image

  • Chrome with 6x throttle [ Issue not occuring ]

image

@cnasikas
Copy link
Member

Hi @karanbirsingh-qasource! I could not reproduce the issue. Could you please test again on latest master?

@kqualters-elastic
Copy link
Contributor

@cnasikas it's there for sure, and is a data grid bug I think. Other instances or possible related bugs #129057 #132901 https://github.com/elastic/sdh-security-team/issues/390

@ghost
Copy link
Author

ghost commented May 31, 2022

@cnasikas the issue is there on the mains branch as well .

sample.online-video-cutter.com.mp4

@cnasikas
Copy link
Member

@kqualters-elastic @karanbirsingh-qasource Thank you both! Should we open an issue to EUI?

@kqualters-elastic
Copy link
Contributor

Had a feeling this had a weird and not obvious root cause, @XavierM has reproduced it by setting a font size? #133691 (comment)

@cnasikas
Copy link
Member

Should be fixed by #134268

@ghost
Copy link
Author

ghost commented Jun 20, 2022

HI @cnasikas

we have validated this issue on 8.3.0 BC5 and found this issue to be fixed ✔️ .

Build Details:

Version:8.3.0
BUILD: 53457
COMMIT: ba70bdf9fe5d28e832c40b7dbdade1e582133af1

Screen-shoot:

image

Hence we are closing this issue and adding "QA:Validated" to it.

thanks !!

@ghost ghost closed this as completed Jun 20, 2022
@gabriellandau
Copy link
Contributor

I've able to reliably reproduce this on my Windows 10 machine for months now. I can currently reproduce it in 8.4.0 BC1.

Chrome (currently 103.0.5060.134). Desktop resolution 1920x200. Display scaling is 100%. Page zoom is 100%.

There's two alerts here, but only one is visible in grid view:
image
The other one shows up in rendered view:
image

Restricting the time window so only one alert is within scope, we see zero alerts in the grid view:
image
It appears if I go full screen:
image

If you have a proposed fix but can't repro, I'd be happy to test it and send you screenshots, but I'm not set up to run a dev Kibana, so you'd have to host it.

@cnasikas
Copy link
Member

Hi @gabriellandau,

Do you experience the same in the alerts table inside Cases? To see the alert table in a case please attach the alerts to a case. Then navigate to the case and press the alerts tab.

cc @XavierM

@gabriellandau
Copy link
Contributor

@cnasikas it appears so. This is the case with one of the alerts attached.
image
That alert does show in full screen mode.

Here it is with both alerts attached. You can see a few pixels from the second entry:
image

I just noticed another potential bug. When you add an alert to a case which is already in that case, it creates an activity entry. This case only has two alerts, yet the activity log makes it appear as though 4 alerts are attached. I did take those actions, however, so "correct" behavior is not obvious.
image

@gabriellandau
Copy link
Contributor

I did some testing yesterday with @kqualters-elastic over Slack. Enabling CPU and bandwidth throttling in Chrome's debug console did not prevent the grid view bug from manifesting.

@cnasikas
Copy link
Member

cnasikas commented Jul 29, 2022

Thanks for the detailed report! About

I just noticed another potential bug. When you add an alert to a case which is already in that case, it creates an activity entry. This case only has two alerts, yet the activity log makes it appear as though 4 alerts are attached. I did take those actions, however, so "correct" behavior is not obvious.

This is intentional. We add an activity entry for each user action regardless if the alert is already added. The alerts table shows only unique alerts. Maybe we should prevent attaching the same alert to a case in the future.

About the other bugs, I will delegate this to @XavierM. #134268 should have fixed it. We validated it at that point in time and it was working.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Cases Cases feature impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.3.0
Projects
None yet
Development

No branches or pull requests

5 participants