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

Align table cells to length of the total Table. #12059

Closed
mk3dk opened this issue May 29, 2017 · 9 comments
Closed

Align table cells to length of the total Table. #12059

mk3dk opened this issue May 29, 2017 · 9 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Table Data table visualization feature Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@mk3dk
Copy link

mk3dk commented May 29, 2017

Kibana version: 5.4

Elasticsearch version: 5.4

Server OS version: Redhat 7

Browser version: IE 11

Browser OS version: Windows 7

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

Description of the problem including expected versus actual behavior:
Long text in a data table is causing problem in IE 11. It is not possible to change the width of the table cells and we get a lot of horizontal scroll. This problem is actually the same as the problem described here: #2025, but seems like the issue is not solved. Instead you have merged it with another issue. Can it be true that a feature request from 2014 has not been fixed in 2017?

Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

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

@cjcenizal cjcenizal added the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label May 30, 2017
@cjcenizal
Copy link
Contributor

Thanks for reporting this issue @mk3dk. Would you mind sharing a screenshot, so I can be certain I understand the problem?

@cjcenizal cjcenizal added the bug Fixes for quality problems that affect the customer experience label May 30, 2017
@mk3dk
Copy link
Author

mk3dk commented May 30, 2017

This is how it looks in chrome and also how i want it to look in IE.
kibana table issue

@cjcenizal
Copy link
Contributor

Thanks @mk3dk! Can you add a screenshot of the problem in IE, please?

@mk3dk
Copy link
Author

mk3dk commented Jun 2, 2017

chrome example
ie example

I have added two new screenshots of the problem. To reproduce the problem in your end add below index and data through kibana console.

PUT /tabletest
{
"mappings" : {
"default" : {
"properties" : {
"user" : {"type": "keyword"},
"amount" : {"type": "integer"},
"message" : {"type": "keyword"},
"description" : {"type" : "keyword"}
}
}
}
}

PUT tabletest/testing/1
{
"user" : "user1",
"amount": "200",
"message" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum eu efficitur sapien. Mauris eget tempor erat. Mauris dictum urna blandit mi volutpat, vitae venenatis ante finibus. Fusce convallis congue tempus. Maecenas bibendum risus eu magna malesuada mollis. Mauris consequat diam tortor. Duis a elementum lacus. Proin faucibus sagittis nulla, ac vulputate massa scelerisque ut. Donec et commodo est. In vel vehicula urna, a pretium mi. Phasellus convallis quis felis ut rhoncus.",
"description" : "Suspendisse sit amet varius tellus. Nulla sit amet porta mauris. Curabitur mattis lacus ac quam congue sodales. Nam bibendum ex sit amet sapien efficitur finibus. Nullam vel neque nisi. Pellentesque tempor enim ut tellus luctus, quis tempus lacus placerat. Phasellus eu feugiat dolor. Sed lectus massa, tincidunt vel elit id, consequat rhoncus enim. Duis convallis mattis sapien eu condimentum. Nunc pulvinar risus sed mi consequat, varius faucibus sem bibendum. In ut massa mi."
}

PUT tabletest/testing/2
{
"user" : "user2",
"amount": "300",
"message" : "Praesent venenatis orci ex, a aliquet diam egestas in. Integer sed volutpat metus. Vivamus pellentesque tristique purus, sed pulvinar massa gravida quis. Morbi venenatis massa in arcu placerat suscipit. Integer finibus est vehicula, sollicitudin dolor non, fringilla nisl. Sed fermentum mauris nec elit cursus sagittis. Nam auctor sagittis erat.",
"description" : "Vestibulum ut augue lacus. Maecenas sed gravida metus, id dictum augue. Mauris eu luctus sapien. Aenean at velit tempus sem maximus tempor. Nullam quis lectus leo. Nunc vitae fermentum lectus. Integer eu quam orci. Integer et massa leo. Mauris tristique lobortis ante, vel euismod orci pharetra quis."
}

@cjcenizal
Copy link
Contributor

@mk3dk Thanks, this is great and outlines the problem very well. I'm pretty slammed right now, but if you or anyone else has time to submit a PR, I can review it.

@saiDevkar
Copy link

What's the solution to wrap text of data table column??

@cchaos
Copy link
Contributor

cchaos commented Oct 5, 2018

@lukeelmers Can you also put this one on your radar for #16639

@cchaos cchaos added Feature:Data Table Data table visualization feature and removed Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. labels Oct 5, 2018
@lukeelmers lukeelmers added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Oct 5, 2018
@lukeelmers
Copy link
Member

@cchaos Noted! Thanks for pointing this out.

Also I just wanted to add that this is tangentially related to #21379 -- I'd assume this problem will still exist whenever that PR gets merged, but I will investigate either way.

@stratoula
Copy link
Contributor

I am closing it as we dont support IE in the latest kibana versions

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:Data Table Data table visualization feature Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

6 participants