Openbravo Issue Tracking System - POS2
View Issue Details
0048598POS2POSpublic2022-02-15 10:012022-02-25 10:55
cberner 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
 
approved
No
No
0048598: Menu/menuitem ticketline popover doesn't work on mobile/touch mode
When clicking a menu header or a menu item, a popover is expected to appear, allowing the user to select different options for the corresponding menu or menu item. This works perfectly on other items, that are not menus, but fails to open a popover for menu and menu items.

It is only failing on touch/mobile mode, it works perfectly in desktop mode.
1. Login in WebPOS with restaurant module: https://livebuilds.openbravo.com/retail_pos2_modules_pgsql/web/pos/?terminal=VBS-2 [^]
2. Create a new menu, and switch developer tools to touch mode.
3. Click on completed menu or menu item, no popover appears.
Gif was provided to show the error.
No tags attached.
related to defect 0046547 closed ablasco Long click on tablet/touch mode on a ticket line results in it not being selected 
related to defect 0048674 closed sntgreale On drag over a menu ticketline or menuitem ticketline the popover is shown 
gif click should open popover.gif (423,628) 2022-02-15 10:01
https://issues.openbravo.com/file_download.php?file_id=16616&type=bug
Issue History
2022-02-15 10:01cbernerNew Issue
2022-02-15 10:01cbernerAssigned To => Retail
2022-02-15 10:01cbernerFile Added: click should open popover.gif
2022-02-15 10:01cbernerOBNetwork customer => No
2022-02-15 10:01cbernerTriggers an Emergency Pack => No
2022-02-16 08:48ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-02-16 10:07guilleaerStatusnew => scheduled
2022-02-18 11:19ranjith_qualiantech_comRelationship addedrelated to 0046547
2022-02-18 11:36hgbotMerge Request Status => open
2022-02-18 11:36hgbotNote Added: 0135124
2022-02-23 11:07hgbotNote Added: 0135242
2022-02-25 10:49hgbotMerge Request Statusopen => approved
2022-02-25 10:50cbernerRelationship addedrelated to 0048674
2022-02-25 10:55hgbotNote Added: 0135313
2022-02-25 10:55hgbotResolutionopen => fixed
2022-02-25 10:55hgbotStatusscheduled => closed
2022-02-25 10:55hgbotNote Added: 0135314
2022-02-25 10:55hgbotNote Added: 0135315
2022-02-25 10:55hgbotNote Added: 0135316

Notes
(0135124)
hgbot   
2022-02-18 11:36   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/705 [^]
(0135242)
hgbot   
2022-02-23 11:07   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/119 [^]
(0135313)
hgbot   
2022-02-25 10:55   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/705 [^]
(0135314)
hgbot   
2022-02-25 10:55   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: cc60975370938d2f5399927fcfe2033cab322e87
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 25-02-2022 09:49:41
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/cc60975370938d2f5399927fcfe2033cab322e87 [^]

Fixed ISSUE-48598: Touch Event added for Base Grid Layout
* Touch Event should not be triggered for BaseSwipeableLine when dragging

---
M web-jspack/org.openbravo.core2/src/components/BaseGridLayout/BaseGridLayout.jsx
M web-jspack/org.openbravo.core2/src/components/ConfigSwipeableLine/BaseSwipeableLine.jsx
---
(0135315)
hgbot   
2022-02-25 10:55   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/merge_requests/119 [^]
(0135316)
hgbot   
2022-02-25 10:55   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant [^]
Changeset: 298736f9189d23cb9cef609cfd8435b0279fe5ab
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 23-02-2022 15:29:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.restaurant/-/commit/298736f9189d23cb9cef609cfd8435b0279fe5ab [^]

Related to ISSUE-48598: Touch Event added for Ticket MenuInProgress LineItem

---
M web-jspack/org.openbravo.pos2.restaurant/src/components/TicketMenuLine/TicketMenuInProgressLineItem/TicketMenuInProgressLineItem.jsx
---