Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029397Openbravo ERPA. Platformpublic2015-03-25 00:482015-03-27 12:15
dbaz 
dbaz 
highmajoralways
closedfixed 
10
 
 
inigosanchez
Internet Explorer
Core
No
0029397: Openbravo ERP should only be rendered in the latest mode of the IE browser
Openbravo ERP should only be rendered in the latest mode of the Internet Explorer browser, that is, the 'Edge' mode.

Right now, by default, if the application is run inside a LAN is rendered in Compatibility Mode. This compatibility mode could use any IE engine (from 5 to 11) to render the application (depending also if the html is declared as quirks, xhtml, html4, html5, ...), so to avoid uncertainty and the application be rendered in an unsupported browser mode, the browser native/edge mode should prevail in all cases.
In IE9, IE10 and IE11

Go to "Compatibility View Settings" http://www.k-state.edu/its/helpdesk/images/popups/ie10-compatibility-view-settings.png [^]

Ensure that "Display intranet sites in compatibility new" is set http://ie.microsoft.com/testdrive/ieblog/2009/Jun/17_CompatibilityViewandquotSmartDefaultsquot_1.png [^]

Open the application from a localhost

Open the developer console (F12) and check the browser emulation to ensure that always is the newer mode (edge) in both login and application.

Also a 'fast' walk through the application would be desirable in the three browsers to ensure that everything is rendered and works as before. The 'weak' points are classic popups with dojo components (both modal popups and browser native popups).
No tags attached.
Issue History
2015-03-25 00:48dbazNew Issue
2015-03-25 00:48dbazAssigned To => dbaz
2015-03-25 00:48dbazWeb browser => Internet Explorer
2015-03-25 00:48dbazModules => Core
2015-03-25 00:48dbazTriggers an Emergency Pack => No
2015-03-25 00:55dbazWeb browserInternet Explorer => Internet Explorer
2015-03-25 00:55dbazSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8099#r8099
2015-03-25 01:05dbazReview Assigned To => inigosanchez
2015-03-25 01:05dbazWeb browserInternet Explorer => Internet Explorer
2015-03-25 01:06hgbotCheckin
2015-03-25 01:06hgbotNote Added: 0075950
2015-03-25 01:06hgbotStatusnew => resolved
2015-03-25 01:06hgbotResolutionopen => fixed
2015-03-25 01:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6a6c882af4c92a790f50836bc5c121b3809a3057 [^]
2015-03-25 07:30hudsonbotCheckin
2015-03-25 07:30hudsonbotNote Added: 0075952
2015-03-27 12:14inigosanchezNote Added: 0076074
2015-03-27 12:15inigosanchezStatusresolved => closed

Notes
(0075950)
hgbot   
2015-03-25 01:06   
Repository: erp/devel/pi
Changeset: 6a6c882af4c92a790f50836bc5c121b3809a3057
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Mar 25 01:03:42 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6a6c882af4c92a790f50836bc5c121b3809a3057 [^]

Fixed issue 29397: IE browser now is always rendered in 'Edge' mode

---
M src/index.jsp
M src/org/openbravo/erpCommon/security/Login_FS.html
---
(0075952)
hudsonbot   
2015-03-25 07:30   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/dc321faea34e [^]
Maturity status: Test
(0076074)
inigosanchez   
2015-03-27 12:14   
Code reviewed and verified in pi changeset bb85cbd52ff0.

Test plan:
* In IE9 (9.0.8112.16421): Login page and Customer Statement -> Done
* In IE11 (11.0.9600.17691): Login page and Customer Statement -> Done