Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052328
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] Coretrivialalways2023-05-03 14:152023-05-03 14:56
ReportermigueldejuanaView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052328: Text in cells of a Grid should a maximum of 2 lines and ellipsis.

DescriptionIn 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 Reproducen/a
Proposed SolutionChange .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;

TagsNo tags attached.
Attached Filespng file icon Screenshot from 2023-05-03 14-15-32.png [^] (11,158 bytes) 2023-05-03 14:15

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker