An error in the GlideFilterGeopoint.js section of js_includes_doctype can cause list rendering to failDescriptionA new field type "Geopoint" Was added in the Vancouver release. In versions of Vancouver less than Vancouver Patch 5 there exists client-side Javascript code incompatible with IE11. This code can result in an error in the Javascript console of the browser as part of the js_includes_doctype.js file, in the section for GlideFilterGeopoint. This error can cause rendering of the page to fail. The code has been updated in Vancouver Patch 5-forward, in the Vancouver family only, to work with IE11. Starting in Washington, IE11 is not a supported browser. Several features, including the list filter for Geopoint fields, use code that IE11 cannot execute, causing some pages to fail to render correctly when attempting to use IE11.Steps to Reproduce Reproduced in Vancouver and IE111. Using IE 11 open a List for any form.2. If the page fails to load, open the browser's Javascript console.3. There should be an exception indicating an error in js_includes_doctype4. Follow the link to the indicated JS file in your console.5. If the line of code falls within the section of the js_includes_doctype headed by /* GlideFilterGeopoint.js */ then you have encountered this defect. NOTE: Other defects in the client-side Javascript code can cause similar issues. An error in js_includes_doctype.js does not automatically mean you have encountered this specific defect. Additionally, this field (and the corresponding code) was added in the Vancouver family. If you encounter a similar error in versions prior to Vancouver then you are encountering a different issue.WorkaroundUpgrade to Vancouver Patch 5 or newer, or use a supported browser other than IE11.Related Problem: PRB1699736