Actions
Bug #8800
closedTable cells should clip with tooltip only if text actually overflows
Difficulty:
Triaged:
Description
Clipping to ellipsis leaves a lot of white space in the column.
Also possibly resize columns to better fit contents.
Updated by Tomer Brisker about 9 years ago
- Subject changed from Host list table clips attributes too soon to Table cells should clip with tooltip only if text actually overflows
Currently, table cells have one of two possible behaviors:
1. Clipping at a hard coded, arbitrary length - which may cause a lot of white space that could be used for displaying the entire text or part of it.
2. Overflowing causing the table layout to break.
The text should clip with tooltip only when really needed, and this should be handled by the browser and not by the server.
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2789 added
- Pull request deleted (
)
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 027d208768c08e97ce3e000e3b24eb1f1b5cf75f.
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release set to 71
Updated by Dominic Cleal about 9 years ago
- Related to Bug #12104: Dropdown menu outside of table cell on All Hosts list added
Updated by Tomer Brisker about 9 years ago
- Related to Bug #12111: Table or column widths added
Updated by Tomer Brisker about 9 years ago
- Related to Feature #2937: Resize hosts table to use more screen width added
Updated by Tomer Brisker about 9 years ago
- Related to Feature #1403: [foreman] [UI] - tables columns should be resizable added
Updated by The Foreman Bot about 9 years ago
- Assignee changed from Tomer Brisker to Lukas Zapletal
Updated by Tomer Brisker about 9 years ago
- Assignee changed from Lukas Zapletal to Tomer Brisker
Updated by Dominic Cleal about 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/2837 added
Updated by Dominic Cleal about 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/2880 added
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Bug #4389: OS label "RHEL Server 6.x" on host list is too long for column added
Actions