Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0036355
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2017-06-27 09:492017-06-27 11:46
ReporterguilleaerView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0036355: renderContainerWindow function assumes that "Loading component" is being shown when it is executed

DescriptionrenderContainerWindow 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 Solutionfind a more complex way to decide if main window is shown or not
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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 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
Powered by Mantis Bugtracker