cerner / terra-application

A framework to support application development with Terra components
Apache License 2.0
8 stars 13 forks source link

locale for IE fix #353

Closed adoroshk closed 1 year ago

adoroshk commented 1 year ago

Summary

It has been reported that IE does not recognize browser localee. The problem was reported in the smartoze-js repo. That project uses the terra-application version coming from the last commit of application-v2-integration branch: https://github.cerner.com/smartzone/smartzone-js/blob/03f52f0b89c46d1ef71b5bc2ed2940927bdef535/package.json#L86

In order to test the fix for IE browser locale with smartzone-js project the change was made and needs to be merged in this branch.

Testing

This change was tested using:

The change was tested with IE browsers locally, the results of the testing was documented in UXPLATFORM-7942. This change is needed to test the change with the actual project the issue was observed.

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-7942