Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0046665 | POS2 | POS | public | 2021-05-13 16:32 | 2023-08-31 14:51 |
|
Reporter | jarmendariz | |
Assigned To | jarmendariz | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0046665: Product popover does not appear after long click on iPad |
Description | Although it works on desktop and in Android devices, long clicking a product button on iPad does not open the product card |
Steps To Reproduce | See above
It was tested on Chrome for iOS |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2021-05-13 16:32 | jarmendariz | New Issue | |
2021-05-13 16:32 | jarmendariz | Assigned To | => Retail |
2021-05-13 16:32 | jarmendariz | OBNetwork customer | => No |
2021-05-13 16:32 | jarmendariz | Triggers an Emergency Pack | => No |
2021-05-13 16:44 | jarmendariz | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=22518#r22518 |
2021-05-13 19:33 | guilleaer | Resolution time | => 1624831200 |
2021-05-13 19:33 | guilleaer | Severity | major => minor |
2021-05-13 19:33 | guilleaer | Status | new => acknowledged |
2021-07-14 13:12 | dmiguelez | Resolution time | 1624831200 => 1633039200 |
2023-06-27 11:31 | AugustoMauch | Assigned To | Retail => jarmendariz |
2023-06-28 10:33 | AugustoMauch | Severity | minor => major |
2023-07-26 12:19 | jarmendariz | Note Added: 0152881 | |
2023-07-31 08:29 | AugustoMauch | Type | defect => design defect |
2023-08-24 12:26 | jarmendariz | Status | acknowledged => scheduled |
2023-08-24 14:02 | hgbot | Merge Request Status | => open |
2023-08-24 14:02 | hgbot | Note Added: 0153924 | |
2023-08-31 14:49 | hgbot | Merge Request Status | open => approved |
2023-08-31 14:51 | hgbot | Resolution | open => fixed |
2023-08-31 14:51 | hgbot | Status | scheduled => closed |
2023-08-31 14:51 | hgbot | Fixed in Version | => 23Q4 |
2023-08-31 14:51 | hgbot | Note Added: 0154253 | |
2023-08-31 14:51 | hgbot | Note Added: 0154254 | |
Notes |
|
|
This issue is caused because WebKit on iOS does not support onContextMenu events (https://caniuse.com/mdn-api_element_contextmenu_event [^]), which is the event we use in buttons for actions when the user right click on desktop devices, or long-press on mobile devices.
As Apple doesn't seem to have plans to fix this in the short-term, a possible fix is to use some logic that emulates the long click event on iOS devices in order to be able to execute those actions in those devices. A possible implementation we could use is useLongPress (https://www.npmjs.com/package/use-long-press [^]), but first we need to check that by using this we could workaround this problem. |
|
|
(0153924)
|
hgbot
|
2023-08-24 14:02
|
|
|
|
(0154253)
|
hgbot
|
2023-08-31 14:51
|
|
|
|
(0154254)
|
hgbot
|
2023-08-31 14:51
|
|
|