project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Various IE11 Fixes #495

Closed rajadain closed 5 years ago

rajadain commented 5 years ago

Overview

Fixes the font loading issue in IE11, using ideas from here. We should consider flipping this sequence for all projects to ensure IE11 compatibility.

Also fixes tall modals in IE11 which were previously transparent below the window:

image

Also fixes the November Survey to load correctly in read-only mode. Previously some fields were not initialized correctly, and dropdowns were not disabled.

Connects #490 Connects #465

Demo

Fonts rendering correctly:

image

Modals scrolling correctly:

image

November Survey reinitializing correctly:

image

Testing Instructions

rajadain commented 5 years ago

Good catch. Fixed in 8480277

image

Also found and fixed a IE 11 that was previously only seen in Firefox #465 in eff9d3b.

This is ready for a final look.

rajadain commented 5 years ago

@azavea-bot rebuild