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

fix: workaround for chrome issue #569

Merged
merged 11 commits into from
Apr 21, 2021
Merged

fix: workaround for chrome issue #569

merged 11 commits into from
Apr 21, 2021

Conversation

slavik-lvovsky
Copy link
Member

No description provided.

Copy link
Contributor

@ira-gordin-sap ira-gordin-sap left a comment

Choose a reason for hiding this comment

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

looks ok for me, but I am not an expert in this staff

@@ -664,6 +666,13 @@ export default {
},
mounted() {
this.init();
const refreshId = setInterval(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

please add a 'TODO' comment to remove that stuff when a root cause will solved

@@ -298,6 +299,15 @@ export default {
]);
this.ready = true;
},
mounted() {
const refreshId = setInterval(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

please add a 'TODO' comment to remove that stuff when a root cause will solved

@@ -0,0 +1,11 @@
export default {
removeClass: (elementId, className, interval = 100) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
removeClass: (elementId, className, interval = 100) => {
removeCssClassWhenRendered: (elementId, className, interval = 100) => {

@@ -664,6 +667,7 @@ export default {
},
mounted() {
this.init();
utils.removeClass("workaround", "material-icons");
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider to add a 'TODO' comment to remove that stuff when root cause will solved

@@ -298,6 +303,9 @@ export default {
]);
this.ready = true;
},
mounted() {
utils.removeClass("workaround-ex", "material-icons");
Copy link
Contributor

Choose a reason for hiding this comment

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

please consider to add a 'TODO' comment to remove that stuff when root cause will solved

@slavik-lvovsky slavik-lvovsky merged commit 5d73261 into master Apr 21, 2021
@slavik-lvovsky slavik-lvovsky deleted the chrome-bug branch April 21, 2021 08:52
devinea added a commit to devinea/yeoman-ui that referenced this pull request May 6, 2021
…mprovements

* origin/master:
  fix: input prompts are always showing loading icon (SAP#577)
  chore(release): release v1.2.4
  chore: bump inquirer-gui from 0.1.27 to 0.2.0 (SAP#575)
  chore: bump @vscode-logging/logger in /packages/backend (SAP#562)
  chore: bump webpack-cli from 4.5.0 to 4.6.0 in /packages/backend (SAP#565)
  chore: bump @types/ws from 7.4.0 to 7.4.2 in /packages/backend (SAP#571)
  chore: change rootDirs test path (SAP#570)
  chore(release): release v1.2.3
  fix: workaround for chrome issue (SAP#569)
  Revert "fix: workaround for chrome issue"
  fix: workaround for chrome issue

# Conflicts:
#	packages/backend/package.json
#	yarn.lock
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