Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0036355 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| defect | [Retail Modules] Web POS | minor | always | 2017-06-27 09:49 | 2017-06-27 11:46 | |||||||
| Reporter | guilleaer | View Status | public | |||||||||
| Assigned To | Retail | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Any | Database | Any | Java version | ||||||||
| OS Version | Database version | Ant version | ||||||||||
| Product Version | SCM revision | |||||||||||
| 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 | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] | |
|  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 | |
| Copyright © 2000 - 2009 MantisBT Group |