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

Fix UI breaks on providing long search keyword in 'Search Box' #101385

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

machadoum
Copy link
Member

@machadoum machadoum commented Jun 4, 2021

closes #100321

Summary

Allowing words to wrap on whitespaces fixes the issue.
I also added word-break for allowing long words to wrap.

Long query:

Screenshot 2021-06-04 at 14 37 06

Medium size query

Screenshot 2021-06-04 at 14 36 10

Query with one big word

Screenshot 2021-06-04 at 14 35 38

Checklist

@machadoum machadoum added bug Fixes for quality problems that affect the customer experience v8.0.0 release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. 7.14 candidate labels Jun 4, 2021
@machadoum machadoum self-assigned this Jun 4, 2021
@machadoum machadoum requested a review from a team as a code owner June 4, 2021 13:08
@elasticmachine
Copy link
Contributor

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

@machadoum machadoum added the Team:Threat Hunting Security Solution Threat Hunting Team label Jun 4, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

@monina-n
Copy link

monina-n commented Jun 4, 2021

looks good as well! here's the design thumbs up 👍

thanks @machadoum

@angorayc
Copy link
Contributor

angorayc commented Jun 7, 2021

@elasticmachine merge upstream

@@ -30,6 +31,11 @@ import * as i18n from './translations';
import { OPEN_TIMELINE_CLASS_NAME } from './helpers';
import { OpenTimelineProps, OpenTimelineResult, ActionTimelineToShow } from './types';

const SelectableQueryText = styled.span`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: SelectableQueryText doesn't seem to match the scenario here, please consider rename it. Aside from this, all looks good, verified on Chrome, Safari and Firefox. Thanks for fixing this @machadoum!

Allowing words to wrap on whitespaces fixes the issue.
I also added word-break for allowing long words to wrap.
@machadoum machadoum enabled auto-merge (squash) June 7, 2021 14:52
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
securitySolution 6.9MB 6.9MB +179.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @machadoum

@machadoum machadoum merged commit 065e378 into elastic:master Jun 7, 2021
gmmorris added a commit to gmmorris/kibana that referenced this pull request Jun 7, 2021
* master: (90 commits)
  Fix UI breaks on providing long search keyword in 'Search Box' (elastic#101385)
  Adds css class to EuiDescriptionListDescription in order to break word on exception details card (elastic#101481)
  [Lens] Increase timings for drag and drop tests (elastic#101380)
  [Lens] Fix editor react error on configuration panel (elastic#101367)
  [Fleet] Move integrations to a separate app (elastic#99848)
  Fix incorrect message displayed on importing Timeline Templates (elastic#101288)
  [Cases] RBAC (elastic#95058)
  [APM] Visual improvements for new APM layout with left navigation (elastic#101360)
  [master] More precise alerts matching (elastic#99820)
  [Lens] Value in legend (elastic#101353)
  Revert "[Reporting] ILM policy for managing reporting indices (elastic#100130)" (elastic#101358)
  [Discover] Fix header row of data grid in Firefox (elastic#101374)
  Add link to advanced setting in Discover (elastic#101154)
  Url service locators (elastic#101045)
  [Timelion] Update the removal message to mention the exact version (elastic#100994)
  [Security Solution][Detection Engine] Test cases for alias failure test cases where we don't copy aliases correctly (elastic#101437)
  [Event Log] Adding `type_id` to saved object array in event log (elastic#100939)
  [Reporting] Add `location.url` info to console message logs (elastic#101427)
  [Security Solutions][Detection Engine] Fixes timestamp bugs within source indexes when the formats are not ISO8601 format (elastic#101349)
  Improve Task Manager instrumentation (elastic#99160)
  ...
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Jun 9, 2021
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create backports run node scripts/backport --pr 101385 or prevent reminders by adding the backport:skip label.

machadoum added a commit to machadoum/kibana that referenced this pull request Jun 10, 2021
…ic#101385)

Allowing words to wrap on whitespaces fixes the issue.
I also added word-break for allowing long words to wrap.
machadoum added a commit that referenced this pull request Jun 10, 2021
…) (#101880)

Allowing words to wrap on whitespaces fixes the issue.
I also added word-break for allowing long words to wrap.
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Jun 10, 2021
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 release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Threat Hunting Security Solution Threat Hunting Team v7.14.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Security Solution]UI breaks on providing long search keyword in 'Search Box' under Timelines tab
5 participants