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

[SIEM] [Maps] Tooltip popovers are not closed when a server error occurs fetching tooltip content #64961

Closed
spong opened this issue Apr 30, 2020 · 1 comment
Assignees
Labels
bug Fixes for quality problems that affect the customer experience impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM Team:Threat Hunting Security Solution Threat Hunting Team

Comments

@spong
Copy link
Member

spong commented Apr 30, 2020

If a server error occurs when fetching the tooltip content, the tooltip will not be closed when focus is lost.

Looks like we just need to add this outside click detector

<EuiOutsideClickDetector
onOutsideClick={() => {
if (closeTooltip != null) {
closeTooltip();
setFeatureIndex(0);
}
}}
>

to the error content as well

return (
<EuiFlexGroup justifyContent="spaceAround">
<EuiFlexItem grow={false}>{i18n.MAP_TOOL_TIP_ERROR}</EuiFlexItem>
</EuiFlexGroup>
);

image

@spong spong added bug Fixes for quality problems that affect the customer experience Team:SIEM v7.7.0 labels Apr 30, 2020
@spalger spalger added v7.7.1 and removed v7.7.0 labels May 14, 2020
@spong spong removed the v7.7.1 label Jun 25, 2020
@spong
Copy link
Member Author

spong commented Jun 25, 2020

@MadameSheema this is still an issue as of the latest 7.9.0-snapshot.

@MadameSheema MadameSheema added the Team:Threat Hunting Security Solution Threat Hunting Team label Oct 1, 2020
@patrykkopycinski patrykkopycinski self-assigned this Oct 7, 2020
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Oct 27, 2020
@MadameSheema MadameSheema added the impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. label Oct 30, 2020
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 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM Team:Threat Hunting Security Solution Threat Hunting Team
Projects
None yet
Development

No branches or pull requests

5 participants