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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0051461
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2023-01-26 13:282023-01-26 13:28
ReportercaristuView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed 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

0051461: Inconsistent behavior of DialogUIHandler between pos1 and reactPos

DescriptionThe OB.App.View.DialogUIHandler is supposed to provide an API with functions to interact with the user (ask confirmation, request data) that can be safely invoked within the business logic (like action preparations) regardless of the UI that triggers the logic.

In the case of OB.App.View.DialogUIHandler.askConfirmation, it has been detected some inconsistencies between pos1 and reactPos when using it:

1- In pos1 the property to hide the Ok button is "hideOk" and in reactPos is "hideAccept"
2- In pos1 the canDismiss option does not work
Steps To Reproduce1- Execute OB.App.View.DialogUIHandler.askConfirmation({hideAccept: true, canDismiss: true}) in reactPos and note:
 
  1a- The Ok button is gone
  2a- The dialog can be dismissed by clicking on the 'X' or outside the popup

2- Execute OB.App.View.DialogUIHandler.askConfirmation({hideAccept: true, canDismiss: true}) in pos1 and note:

    1a- The Ok button is still present - WRONG
    2a- The dialog cannot be dismissed - WRONG
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
2023-01-26 13:28 caristu New Issue
2023-01-26 13:28 caristu Assigned To => Retail
2023-01-26 13:28 caristu Triggers an Emergency Pack => No
2023-01-26 13:28 caristu Assigned To Retail => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker