Openbravo Issue Tracking System - Retail Modules |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0032316 | Retail Modules | Web POS | public | 2016-02-23 12:39 | 2016-03-11 13:11 |
|
| Reporter | yogaskarnik | |
| Assigned To | ranjith_qualiantech_com | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | RR15Q2.3 | |
| Target Version | | Fixed in Version | RR16Q2 | |
| Merge Request Status | |
| Review Assigned To | marvintm |
| OBNetwork customer | OBPS |
| Support ticket | 40326 |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0032316: autodismiss:false is not working in modalAction Window |
| Description | autodismiss:false is not working in modal pop up |
| Steps To Reproduce | After adding the sources provided:
1.login to web pos terminal VBS-1
2.click on the button named "Click this button" which opens a modal popup
3.press esc key and observe that the modal popup closes |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | 32316_reproduce_issue.diff (5,557) 2016-02-29 11:37 https://issues.openbravo.com/file_download.php?file_id=9118&type=bug |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2016-02-23 12:39 | yogaskarnik | New Issue | |
| 2016-02-23 12:39 | yogaskarnik | Assigned To | => Retail |
| 2016-02-23 12:39 | yogaskarnik | File Added: myModalPopup.js | |
| 2016-02-23 12:39 | yogaskarnik | OBNetwork customer | => Yes |
| 2016-02-23 12:39 | yogaskarnik | Support ticket | => 40326 |
| 2016-02-23 12:39 | yogaskarnik | Resolution time | => 1456441200 |
| 2016-02-23 12:39 | yogaskarnik | Triggers an Emergency Pack | => No |
| 2016-02-23 12:52 | yogaskarnik | version | RR15Q3.4 => RR15Q2.3 |
| 2016-02-25 17:20 | Orekaria | Note Added: 0084520 | |
| 2016-02-25 17:20 | Orekaria | Status | new => feedback |
| 2016-02-29 11:36 | yogaskarnik | File Deleted: myModalPopup.js | |
| 2016-02-29 11:37 | yogaskarnik | File Added: 32316_reproduce_issue.diff | |
| 2016-02-29 11:37 | yogaskarnik | Note Added: 0084588 | |
| 2016-02-29 11:38 | yogaskarnik | Status | feedback => new |
| 2016-02-29 11:39 | Orekaria | Status | new => acknowledged |
| 2016-02-29 12:08 | yogaskarnik | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=11269#r11269 |
| 2016-03-03 08:37 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
| 2016-03-03 08:37 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
| 2016-03-03 14:37 | ranjith_qualiantech_com | Note Added: 0084685 | |
| 2016-03-03 14:37 | ranjith_qualiantech_com | Assigned To | ranjith_qualiantech_com => yogaskarnik |
| 2016-03-03 14:37 | ranjith_qualiantech_com | Status | scheduled => feedback |
| 2016-03-08 05:54 | yogaskarnik | Note Added: 0084797 | |
| 2016-03-08 05:54 | yogaskarnik | Assigned To | yogaskarnik => ranjith_qualiantech_com |
| 2016-03-08 05:54 | yogaskarnik | Status | feedback => new |
| 2016-03-08 08:11 | ranjith_qualiantech_com | Status | new => scheduled |
| 2016-03-08 12:02 | hgbot | Checkin | |
| 2016-03-08 12:02 | hgbot | Note Added: 0084820 | |
| 2016-03-08 12:02 | hgbot | Status | scheduled => resolved |
| 2016-03-08 12:02 | hgbot | Resolution | open => fixed |
| 2016-03-08 12:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d94dd34d7b2bda219039d82f41c1ea7de82b9400 [^] |
| 2016-03-11 13:11 | marvintm | Review Assigned To | => marvintm |
| 2016-03-11 13:11 | marvintm | Status | resolved => closed |
| 2016-03-11 13:11 | marvintm | Fixed in Version | => RR16Q2 |
|
Notes |
|
|
(0084520)
|
|
Orekaria
|
|
2016-02-25 17:20
|
|
the js contains errors
provide a diff to be applied to the retail code
and instructions on how to show the popup
also, major? |
|
|
|
(0084588)
|
|
yogaskarnik
|
|
2016-02-29 11:37
|
|
|
Added diff to reproduce the issue |
|
|
|
|
Issue Steps to reproduce is working as per current functionality
autoDismiss works as follows
* if it is set as "false", popup will be closed by esc key (or) cliking popup buttons
* if it is set as "true", popup will be closed by clicking on black area (or) esc key (or) cliking popup buttons
To prevent Popup/Modal close by clicking "esc" key, we have attribute called "closeOnEscKey" in "OB.UI.Popup" kind. (By default, the value is true.).
TO prevent Popup/Modal close , we need to pass "closeOnEscKey" as "false" |
|
|
|
(0084797)
|
|
yogaskarnik
|
|
2016-03-08 05:54
|
|
|
Yes, the popup/modal does not close if the property "closeOnEscKey" is set as "false". |
|
|
|
(0084820)
|
|
hgbot
|
|
2016-03-08 12:02
|
|
|