Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0052328 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [POS2] Core | trivial | always | 2023-05-03 14:15 | 2023-05-03 14:56 | |||||||
Reporter | migueldejuana | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0052328: Text in cells of a Grid should a maximum of 2 lines and ellipsis. | |||||||||||
Description | In any Grid, the text of a cell should have a maximum of 2 lines and truncate with ellipsis in case it is longer. See this mockup as an example: https://www.figma.com/file/ShhTLMp0A9qWAv9N1zd60c/POS-2.0---E?node-id=1746-221007&t=vNM5oycvPaOycMBM-0 [^] | |||||||||||
Steps To Reproduce | n/a | |||||||||||
Proposed Solution | Change .obc2BaseCellRender class adding: display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; Check also Figma to ensure that text is ok: //styleName: 01. Main/Body 2; font-family: Roboto; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: 0.25px; text-align: left; | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | Screenshot from 2023-05-03 14-15-32.png [^] (11,158 bytes) 2023-05-03 14:15
| |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2023-05-03 14:15 | migueldejuana | New Issue | |
2023-05-03 14:15 | migueldejuana | Assigned To | => Triage Platform Base |
2023-05-03 14:15 | migueldejuana | File Added: Screenshot from 2023-05-03 14-15-32.png | |
2023-05-03 14:15 | migueldejuana | Triggers an Emergency Pack | => No |
2023-05-03 14:56 | migueldejuana | Type | defect => feature request |
Copyright © 2000 - 2009 MantisBT Group |