| Openbravo Issue Tracking System - Retail Modules | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0036355 | Retail Modules | Web POS | public | 2017-06-27 09:49 | 2017-06-27 11:46 | 
| Reporter | guilleaer | ||||
| Assigned To | Retail | ||||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | new | Resolution | open | ||
| Platform | OS | 5 | OS Version | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| 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 | 0036355: renderContainerWindow function assumes that "Loading component" is being shown when it is executed | ||||
| Description | renderContainerWindow assumes that "Loading component" is being shown when it is executed. If loading component is not being shown, then the window is not rendered. Probably we should find a more complex way to decide if main window is shown or not | ||||
| Steps To Reproduce | - Open developer tools - Add a breakpoint here renderContainerWindow: function() { BreakPoint-> if (!OB.MobileApp.view.$.containerWindow.showing) { OB.MobileApp.view.$.containerWindow.render(); OB.UTIL.showLoading(false); OB.MobileApp.view.$.containerWindow.resized(); } }, - Login - When the execution is stopped by the breakpoint -> Open developer tools console -> Execute - OB.UTIL.showLoading(false); - - Continue the execution As you can see, main window is not shown. | ||||
| Proposed Solution | find a more complex way to decide if main window is shown or not | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2017-06-27 09:49 | guilleaer | New Issue | |||
| 2017-06-27 09:49 | guilleaer | Assigned To | => Retail | ||
| 2017-06-27 09:49 | guilleaer | OBNetwork customer | => No | ||
| 2017-06-27 09:49 | guilleaer | Triggers an Emergency Pack | => No | ||
| 2017-06-27 09:49 | guilleaer | Summary | renderContainerWindow assumes that "Loading component" is being shown when it is executed => renderContainerWindow function assumes that "Loading component" is being shown when it is executed | ||
| 2017-06-27 11:46 | egoitz | Issue Monitored: egoitz | |||
| There are no notes attached to this issue. |