[WEBCLIENT-76] Update the I.E. Emulation that is defined in the Web Client <meta> tag Created: 21/Jan/15 Updated: 12/May/15 Resolved: 16/Apr/15 |
|
Status: | Closed |
Project: | i2b2 Web Client |
Component/s: | Web Client, Web Client Framework |
Affects Version/s: | 1.7.04 |
Fix Version/s: | 1.7.05 |
Type: | Bug | Priority: | Major |
Reporter: | Janice Donahoe | Assignee: | Janice Donahoe |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
i2b2 Sponsored Project/s: |
i2b2 Web Client
|
Affects Web Browser/s: |
Internet Explorer
|
Developer Notes: | The meta tag for compatibility is:
<meta http-equiv="X-UA-Compatible" content="IE=8,11"> |
Testing Notes: | Test Date: 04/15/2015
Build Number: Test Status: Passed Test Comments: Tested with the latest web client build and it appears to be working correctly for I.E. 9 and 10. I.E. 8 and 11 previously passed testing on 4/9/15. Verified the following when testing the latest change for this issue: * Drag / drop between views is working * Can run a query * Can perform a search using the Find for both terms and previous queries. * Timeline is generated without any issues. * Appropriate windows open when clicking on a tic mark in the timeline (concept or notes viewer). * Graphs display correctly in I.E. versions 9 or higher. * Appropriate message displays in Graph Results if the browser is I.E. 8 or earlier. Clients Tested : i2b2 Web Client Environments Tested : Browsers: Internet Explorer 9.0 and 10.0 Databases: Not applicable for this test Client OS: Windows +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Test Date: 04/09/2015 Build Number: Test Status: Passed Test Comments: Tested with the latest web client build and it appears to be working correctly for I.E. 8 and 11. Still needs to be tested for I.E. 9 / 10. The meta tag is now: <meta http-equiv="X-UA-Compatible" content="IE=8,11"> Verified the following when testing the latest change for this issue: * Drag / drop between views is working * Can run a query * Can perform a search using the Find for both terms and previous queries. * Timeline is generated without any issues. * Appropriate windows open when clicking on a tic mark in the timeline (concept or notes viewer). * Graphs display correctly in I.E. versions 9 or higher. * Appropriate message displays in Graph Results if the browser is I.E. 8 or earlier. Clients Tested : i2b2 Web Client Environments Tested : Browsers: Internet Explorer 8.0 and 11.0 Databases: Not applicable for this test Client OS: Windows +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Test Date: 04/03/2015 Build Number: Test Status: Passed Test Comments: Tested with the latest web client build and it appears to be working correctly. The emulation tag is no longer used so I.E. versions 9.0 or higher are no longer acting like version 8. This means the Graph Results are now working in I.E. 9 or higher. If you are using I.E. 8 (or earlier) then you will receive a message saying that graphs cannot display in Internet Explorer below #9. In addition to graphs working correctly I verified you can run a query, drag / drop items between views, perform searches using the Find for both terms and previous queries. I also verified the timeline plug-in is able to generate the timeline without any issues. Clients Tested : i2b2 Web Client Environments Tested : Browsers: Internet Explorer 8.0 and 11.0 Databases: Not applicable for this test Client OS: Windows +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Test Date: 03/23/2015 Build Number: Test Status: Failed Test Comments: Tested with I.E. 11 and the Graph Results feature is not working because the new meta tag is always emulating I.E. 8 and the Graph Results requires I.E. 9 or higher. Clients Tested : i2b2 Web Client Environments Tested : Browsers: Internet Explorer 11.0 Databases: Not applicable for this test Client OS: Windows +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Test Date: 03/19/2015 Build Number: Test Status: Passed (for I.E. 8.0) Test Comments: Tested with the latest web client build and it appears to be working correctly in earlier versions. I verified you can run a query, drag / drop items between views, can perform searches using the Finds for both terms and previous queries. I also verified the timeline plug-in is able to generate the timeline without any issues. Clients Tested : i2b2 Web Client Environments Tested : Browsers: Internet Explorer 8.0 Databases: Not applicable for this test Client OS: Windows |
Participant/s: |
Description |
Currently, the Web Client is set to emulate Internet Explorer to 7. Microsoft will no longer be supporting I.E. 7 or 8 therefore this setting needs to be updated. In addition, emulating I.E. 7 is preventing some new Web Client features from working correctly
|
Comments |
Comment by Janice Donahoe [ 23/Mar/15 ] |
This is not working in I.E. version 11. It looks like the meta tag was updated to the following:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> The problem is it is emulating I.E. 8 even when I am on I.E. 11. This means the new Graph Results feature is not available to anyone using I.E. because we require I.E. 9 or higher. |
Comment by Janice Donahoe [ 07/Apr/15 ] |
Re-opening the issue because there appears to be a problem with I.E. 9 and 10 not working correctly. It works in I.E. 8 and 11.
The proposed fix is to add the following meta tag: <meta http-equiv="X-UA-Compatible" content="IE=7,9,10" > |
Comment by Janice Donahoe [ 12/May/15 ] |
Version 1.7.05 of the i2b2 Software has been released and is available for download on the i2b2 website (http://www.i2b2.org/software). |