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

Move isIE check to deprecation warning banner #6629

Merged
merged 2 commits into from
Mar 21, 2022

Conversation

pascalwengerter
Copy link
Contributor

Description

Could use feedback on wording and needs #6609 merged first

@pascalwengerter
Copy link
Contributor Author

Screenshot 2022-03-21 at 12-03-10 Personal - ownCloud

@pascalwengerter pascalwengerter marked this pull request as ready for review March 21, 2022 11:23
@sonarcloud
Copy link

sonarcloud bot commented Mar 21, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Collaborator

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one minor thing/question. Approving anyways as I'm not 100% sure myself, rest looks fine to me!

isIE11() {
return !!window.MSInputMethodContext && !!document.documentMode
},
IEdeprecationWarning() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct camel case? 🤔 Thinking of ieDeprecationWarning or IEDeprecationWarning

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, ieDeprectationWarning would be fine

@pascalwengerter pascalwengerter merged commit 5293ebf into master Mar 21, 2022
@delete-merged-branch delete-merged-branch bot deleted the move-is-ie-check-to-banner branch March 21, 2022 11:54
@pascalwengerter pascalwengerter mentioned this pull request May 5, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants