[Bug] Visualizations: Data table with image

I opened an issue : [Bug] Visualizations: Data table image weirdness · Issue #98257 · elastic/kibana · GitHub
but no one replied so posting here too

Kibana version: 7.12.0

Elasticsearch version: 7.12.0

Server OS version: ubuntu 18.04

Browser version: Chrome / Firefox latest

Original install method (e.g. download page, yum, from source, etc.): docker

Describe the bug:
Data table rows used to fit to image height, now it doesn't.
Normal in 7.11.1
Broken in 7.12.0

Steps to reproduce:

  1. data table visualization
  2. Index pattern with url field set as below;
  3. terms query with url

Expected behavior:
image

Screenshots (if relevant):
image

**Errors in browser console (if relevant):**None

**Provide logs and/or server output (if relevant):**None

Any additional context:
Updated from 7.11.1 to 7.12.0
New visualization also created within 7.12.0 also have the same problem. (so it is not a migration issue)
7.12.1 still has problem

Hi @cceyda Thanks for joining the community and filing the bug.

Looks to me that someone took a look and it is marked for triage.

I would suggest checking in to see when it may get addressed / how it progresses

Hi
We are currently discussing this issue, we migrated to a new component recently :

By setting vis_type_table.legacyVisEnabled: true setting in kibana.yml you can still use the old one.
And here is the issue to track where we discuss to support multiline content in the new grid:

Best,
Matthias

Thank you @matw adding vis_type_table.legacyVisEnabled: true to kibana.yml solved the issue~

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.