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

[Discover] Doc viewer does not break extremely long field names, leading to horizontal scrolling #103369

Closed
wylieconlon opened this issue Jun 24, 2021 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@wylieconlon
Copy link
Contributor

I was testing Discover with the data generated by makelogs and ran into this case where the default doc viewer produces very unexpected results:

Screen Shot 2021-06-24 at 6 25 00 PM

Screen Shot 2021-06-24 at 6 27 34 PM

The root cause of this is that there is a field named thisisaverylongfieldnamethatevendoesnotcontainanyspaceswhyitcouldpotentiallybreakouruiinseveralplaces in the makelogs data, and field names are styled with white-space: nowrap instead of breaking.

Steps to reproduce

  1. Create sample data with a field name that is as long as the example above, or ingest data using makelogs.
  2. Open Discover

The behavior I would expect is that Discover should be applying word wrapping on long field names.

@wylieconlon wylieconlon added bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Jun 24, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@kertal
Copy link
Member

kertal commented Jun 30, 2021

fixed by #102149

@kertal kertal closed this as completed Jun 30, 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 Feature:Discover Discover Application Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

3 participants