Openbravo Issue Tracking System - POS2
View Issue Details
0056252POS2POSpublic2024-08-13 20:392024-09-24 12:29
fofarril 
fofarril 
normalminorhave not tried
closedfixed 
5
 
24Q4 
No
0056252: Good bye screen- text "Remember..." is displayed in two lines instead of one.
Text "Remember..." is displayed in two lines instead of one.

Related to: https://openbravo.atlassian.net/browse/RM-16050 [^]
Make a purchase at POS2 using the Selfcheckout window. Check the good bye screen.
The text container should be responsive and adapt to the width of the phrase up to a max width of 420px.
In regards to height it should also be responsive up to a max-height of 72px. which corresponds to 3 lines of text (with a line-height of 24px). If the text overflows its container it should truncate (and indicate this truncation with an ellipsis).
No tags attached.
png image-20240731-131042.png (56,779) 2024-08-13 20:39
https://issues.openbravo.com/file_download.php?file_id=20085&type=bug
png
Issue History
2024-08-13 20:39fofarrilNew Issue
2024-08-13 20:39fofarrilAssigned To => Retail
2024-08-13 20:39fofarrilFile Added: image-20240731-131042.png
2024-08-13 20:39fofarrilTriggers an Emergency Pack => No
2024-08-13 20:39fofarrilAssigned ToRetail => fofarril
2024-08-13 20:40fofarrilStatusnew => scheduled
2024-08-13 20:54hgbotNote Added: 0168051
2024-08-29 12:35hgbotNote Added: 0168547
2024-08-29 12:35hgbotResolutionopen => fixed
2024-08-29 12:35hgbotStatusscheduled => resolved
2024-08-29 12:35hgbotNote Added: 0168548
2024-09-24 12:29marvintmStatusresolved => closed
2024-09-24 12:29marvintmFixed in Version => 24Q4

Notes
(0168051)
hgbot   
2024-08-13 20:54   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/59 [^]
(0168547)
hgbot   
2024-08-29 12:35   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/59 [^]
(0168548)
hgbot   
2024-08-29 12:35   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: 493e52adf583567a3fe19db7036d4042110036b4
Author: Francisco Javier <francisco.ofarril@doceleguas.com>
Date: 29-08-2024 12:06:15
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/493e52adf583567a3fe19db7036d4042110036b4 [^]

Fixes ISSUE-56252: Good bye screen- text "Remember..." is displayed in two lines instead of one.

The style has been improved to allow the text to grow up to 3 lines, and be up to 42 rem wide.

---
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/GoodByeScreen/GoodByeScreenBody/GoodByeScreenBody.scss
---