Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020480 | Openbravo ERP | B. User interface | public | 2012-05-12 16:11 | 2012-05-25 12:11 |
|
Reporter | dbaz | |
Assigned To | dbaz | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Internet Explorer |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0020480: Right unneeded scroll is shown in all classic popups in IE9 |
Description | Right unneeded scroll is shown in all classic popups in IE9 |
Steps To Reproduce | As "Openbravo Admin" |
Proposed Solution | As "Openbravo Admin"
* Go to "Sales Order"
* Select any line
" Click "Close" button
Notice that the right scroll is shown as in the attached screenshot. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0020207 | | closed | dbaz | HTML5 doctype should be used |
|
Attached Files | Scroll.png (76,481) 2012-05-12 16:11 https://issues.openbravo.com/file_download.php?file_id=5214&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-05-12 16:11 | dbaz | New Issue | |
2012-05-12 16:11 | dbaz | Assigned To | => dbaz |
2012-05-12 16:11 | dbaz | File Added: Scroll.png | |
2012-05-12 16:11 | dbaz | Web browser | => Internet Explorer |
2012-05-12 16:11 | dbaz | Modules | => Core |
2012-05-12 16:11 | dbaz | OBNetwork customer | => No |
2012-05-12 16:12 | dbaz | Relationship added | related to 0020207 |
2012-05-12 16:13 | dbaz | Note Added: 0048593 | |
2012-05-12 16:53 | hgbot | Checkin | |
2012-05-12 16:53 | hgbot | Note Added: 0048594 | |
2012-05-12 16:53 | hgbot | Status | new => resolved |
2012-05-12 16:53 | hgbot | Resolution | open => fixed |
2012-05-12 16:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/791f143310a16c0c8da5facfb078197d55d80781 [^] |
2012-05-13 23:36 | hgbot | Checkin | |
2012-05-13 23:36 | hgbot | Note Added: 0048601 | |
2012-05-16 10:04 | alostale | Note Added: 0048684 | |
2012-05-16 10:04 | alostale | Status | resolved => closed |
2012-05-16 10:04 | alostale | Fixed in Version | => 3.0MP12 |
2012-05-25 12:11 | hudsonbot | Checkin | |
2012-05-25 12:11 | hudsonbot | Note Added: 0049106 | |
2012-05-25 12:11 | hudsonbot | Checkin | |
2012-05-25 12:11 | hudsonbot | Note Added: 0049109 | |
Notes |
|
(0048593)
|
dbaz
|
2012-05-12 16:13
|
|
This is due HTML5 adoption.
IE9 renders wrong "framesets" inside an "iframe".
The change has medium risky. Some "complex" process popups should be tested to ensure everything works as expected. |
|
|
(0048594)
|
hgbot
|
2012-05-12 16:53
|
|
Repository: erp/devel/pi
Changeset: 791f143310a16c0c8da5facfb078197d55d80781
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sat May 12 16:52:38 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/791f143310a16c0c8da5facfb078197d55d80781 [^]
Fixed issue 20480: Unneeded scrollbar is not shown anymore in IE9 classic popups
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
---
|
|
|
(0048601)
|
hgbot
|
2012-05-13 23:36
|
|
Repository: erp/devel/pi
Changeset: bebb88e36e56d4481d557b618e36dcc750076457
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Sun May 13 21:10:58 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bebb88e36e56d4481d557b618e36dcc750076457 [^]
Related to issue 20480: Proper function definition
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
---
|
|
|
|
Code reviewed and verified on pi@d4ef642f1e2a |
|
|
|
|
|
|
|