Openbravo Issue Tracking System - POS2
View Issue Details
0047675POS2POSpublic2021-09-10 18:042021-11-17 16:14
dbaz 
elara 
normalmajoralways
closedfixed 
5
 
 
No
0047675: Keymap-Buttons-Label height is not well managed
Keymap-Buttons-Label height is not well managed, so if the label is bigger than the available area of the button, the label will enter into other parts of the own button, or even it will overflow it.

Also, when the label does not fit the available area for the label, it should show ellipsis.

In order to show the ellipsis, the '-webkit-line-clamp' needs to be used, but since we don't know the available height, so how many rows of text could be in the label, a JS function will be needed to dynamically set this line-clamp (Note that this function should also be re-executed if the browser size changes)

I have recorded this video explaining the full detail of the problem and providing some tips: https://youtu.be/oevMGI71Bwc [^]
.
No tags attached.
depends on backport 0047683TAP closed elara Keymap-Buttons-Label height is not well managed 
causes defect 0050717 closed ranjith_qualiantech_com Product description show only 2 lines 
Issue History
2021-09-10 18:04dbazNew Issue
2021-09-10 18:04dbazAssigned To => Retail
2021-09-10 18:04dbazTriggers an Emergency Pack => No
2021-09-13 16:02dmiguelezStatusnew => scheduled
2021-09-13 16:03dmiguelezAssigned ToRetail => elara
2021-09-21 14:00sntgrealeAssigned Toelara => sntgreale
2021-09-28 15:55AugustoMauchAssigned Tosntgreale => elara
2021-11-09 14:50guilleaerNote Added: 0132920
2021-11-17 16:13AugustoMauchNote Added: 0133160
2021-11-17 16:13AugustoMauchStatusscheduled => resolved
2021-11-17 16:13AugustoMauchResolutionopen => fixed
2021-11-17 16:14AugustoMauchStatusresolved => closed
2022-12-05 11:43ranjith_qualiantech_comRelationship addedcauses 0050717

Notes
(0132920)
guilleaer   
2021-11-09 14:50   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/706 [^] [^]
(0133160)
AugustoMauch   
2021-11-17 16:13   
MR merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/706 [^]