Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0043475 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2020-03-11 09:12 | 2020-05-25 08:16 | |||
Reporter | kchoperena | View Status | public | |||||
Assigned To | prakashmurugesan88 | |||||||
Priority | high | Resolution | fixed | Fixed in Version | RR20Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | d7d937428753 | ||||
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 | marvintm | |||||||
OBNetwork customer | Gold | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0043475: Any component that extends OB.UI.Modal and have maxheight defined without bodyParent, fails in WebPOS login | |||||||
Description | The OB.UI.Modal does not have a bodyParent defined. In the initComponents function, there is a code to set the maxheight to the bodyParent but there is no bodyParent present in OB.UI.Modal. if (this.maxheight) { //FIXME-SKIN this.$.bodyParent.setStyle('max-height: ' + this.maxheight + ';'); } So then, if a new component extends from OB.UI.Modal and have a maxheight but not a bodyParent, the login fails in this code. Also, in the upgrade to 20Q1 we are not allowing set styles in this way. The correct approach to do that is apply the maxheight using CSS. | |||||||
Steps To Reproduce | 1.- Create a new component that extends from OB.UI.Modal 2.- Define a maxheight but not a bodyParent 3.- Try to do login in the WebPOS | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
|
![]() |
|
(0120124) hgbot (developer) 2020-05-21 12:09 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: d7d9374287533364e3f4cfef216d3b70bb5490f7 Author: Prakash M <prakash <at> qualiantech.com> Date: Thu May 21 15:39:03 2020 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d7d9374287533364e3f4cfef216d3b70bb5490f7 [^] Fixed BUG-43475: Extending OB.UI.Modal with maxheight defined and without bodyParent causes js error As per new skin implementation setting maxheight to bodyParent is not needed. Also styles should not be applied statically in new skin. Styles should be applied through css class. Removed this part of code. --- M web/org.openbravo.mobile.core/source/component/ob-commonbuttons.js --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-03-11 09:12 | kchoperena | New Issue | |
2020-03-11 09:12 | kchoperena | Assigned To | => Retail |
2020-03-11 09:12 | kchoperena | File Added: maxHeightApplyStyleRemoveOBUIModal.diff | |
2020-03-11 09:12 | kchoperena | OBNetwork customer | => Gold |
2020-03-11 09:12 | kchoperena | Resolution time | => 1585090800 |
2020-03-11 09:12 | kchoperena | Triggers an Emergency Pack | => No |
2020-05-05 12:08 | rafademiguel | Priority | normal => high |
2020-05-05 16:02 | marvintm | Resolution time | 1585090800 => 1590444000 |
2020-05-05 16:02 | marvintm | Type | design defect => defect |
2020-05-21 07:24 | prakashmurugesan88 | Assigned To | Retail => prakashmurugesan88 |
2020-05-21 07:24 | prakashmurugesan88 | Status | new => scheduled |
2020-05-21 12:09 | hgbot | Checkin | |
2020-05-21 12:09 | hgbot | Note Added: 0120124 | |
2020-05-21 12:09 | hgbot | Status | scheduled => resolved |
2020-05-21 12:09 | hgbot | Resolution | open => fixed |
2020-05-21 12:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d7d9374287533364e3f4cfef216d3b70bb5490f7 [^] |
2020-05-25 08:16 | marvintm | Review Assigned To | => marvintm |
2020-05-25 08:16 | marvintm | Status | resolved => closed |
2020-05-25 08:16 | marvintm | Fixed in Version | => RR20Q3 |
Copyright © 2000 - 2009 MantisBT Group |