Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0029187 | Retail Modules | Web POS | public | 2015-03-09 08:43 | 2016-03-30 14:37 |
Reporter | guilleaer | ||||
Assigned To | guilleaer | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | scheduled | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0029187: MobileCore: Multiple levels of popups are not being managed properly causing Z-INDEX issues | ||||
Description | Using some custom modules which opens a popup when other popup is already shown, the second popup is shown behind the first one. In our code we arre assuming that just one popup will be opened at the same time, but we can have several popups at the same time. | ||||
Steps To Reproduce | 1. Create a popup with a button 2. From this popup add a button which shows a confirmation popup sometimes, the second popup is shown behind the first one | ||||
Proposed Solution | Manage properly opened popups using an array. Ensure that the Z-INDEX of a new popup is greater than the Z_INDEX of the previous opened one. To avoid API change I have created a new var [OB.MobileApp.view.openedPopups] which manage opened popups. The existent var always store the last opened popup [OB.MobileApp.view.openedPopup]. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-03-09 08:43 | guilleaer | New Issue | |||
2015-03-09 08:43 | guilleaer | Assigned To | => guilleaer | ||
2015-03-09 08:43 | guilleaer | Triggers an Emergency Pack | => No | ||
2015-03-09 08:46 | hgbot | Checkin | |||
2015-03-09 08:46 | hgbot | Note Added: 0075290 | |||
2015-03-09 08:46 | hgbot | Status | new => resolved | ||
2015-03-09 08:46 | hgbot | Resolution | open => fixed | ||
2015-03-09 08:46 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/935124a4331135f1cfe49a8f43595599fe5446a6 [^] | ||
2015-03-09 09:50 | hgbot | Checkin | |||
2015-03-09 09:50 | hgbot | Note Added: 0075295 | |||
2015-03-09 09:51 | Orekaria | Status | resolved => new | ||
2015-03-09 09:51 | Orekaria | Resolution | fixed => open | ||
2015-03-30 20:12 | marvintm | Target Version | RR15Q2 => RR15Q3 | ||
2015-06-26 15:38 | marvintm | Target Version | RR15Q3 => RR15Q4 | ||
2015-09-29 14:41 | Orekaria | Target Version | RR15Q4 => RR16Q1 | ||
2015-12-22 18:47 | Orekaria | Target Version | RR16Q1 => RR16Q2 | ||
2015-12-22 18:47 | Orekaria | Status | new => scheduled | ||
2016-03-30 14:37 | Orekaria | Target Version | RR16Q2 => |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|