Openbravo Issue Tracking System - POS2 | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0052328 | POS2 | Core | public | 2023-05-03 14:15 | 2023-05-03 14:56 |
Reporter | migueldejuana | ||||
Assigned To | Triage Platform Base | ||||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
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; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | Screenshot from 2023-05-03 14-15-32.png (11,158) 2023-05-03 14:15 https://issues.openbravo.com/file_download.php?file_id=18477&type=bug | ||||
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 |
There are no notes attached to this issue. |