Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Dependency tracking is disabled when using an Embedded IE browser control #1735

Closed
MSNev opened this issue Dec 8, 2021 · 3 comments
Closed

Comments

@MSNev
Copy link
Collaborator

MSNev commented Dec 8, 2021

When using an Embedded IE browser control the default User Agent appears to be IE 7 Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Win64; x64; Trident/7.0; .NET4.0C; .NET4.0E) even when the page forces the document mode to use the current or a specific version http-equiv="X-UA-Compatible" content="IE=edge".

As the getIEVersion() only decodes the UserAgent the SDK thinks it is running in IE7 (MSIE 7.0) even if the version of Trident engine (IE) is IE 11.

To maintain backward compatibility with existing users and to support specific handling based on the available X-UA-Compatible meta tag the SDK should use the maximum reported value for the decoded MSIE value from the UserAgent and any defined document.documentMode

@MSNev
Copy link
Collaborator Author

MSNev commented Dec 8, 2021

PR for this is by @cfeltner

@MSNev MSNev added bug fixed - waiting release PR Committed and waiting deployment labels Dec 8, 2021
@MSNev
Copy link
Collaborator Author

MSNev commented Feb 3, 2022

Deploying to final CDN endpoint

@MSNev MSNev closed this as completed Feb 3, 2022
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant