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(popup): now watching anchor size for position correctness #1236

Merged
merged 9 commits into from Feb 15, 2022

Conversation

YonatanKra
Copy link
Contributor

@YonatanKra YonatanKra commented Feb 13, 2022

Closes #1234

@github-actions
Copy link

🚀

Latest successful build of the PR deployed here.

🚀

@YonatanKra YonatanKra changed the title Try to fix popup rc fix(popup): now watching anchor size for position correctness Feb 13, 2022
rinaok
rinaok previously approved these changes Feb 13, 2022
Copy link
Contributor

@yinonov yinonov left a comment

Choose a reason for hiding this comment

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

seems stable. @rinaok can u validate?

@@ -4,9 +4,9 @@ import 'chai-dom';
import {
waitNextTask,
textToDomToParent,
isolatedElementsCreation,
isolatedElementsCreation, waitInterval, noop,
Copy link
Contributor

Choose a reason for hiding this comment

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

is waitInterval needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe not. Don't we have a linting rule that should fail if unused variable?
Anyway - if it doesn't appear in the code, it can be removed.

@rinaok
Copy link
Contributor

rinaok commented Feb 14, 2022

seems stable. @rinaok can u validate?

@YonatanKra Not stable :(

Screen Shot 2022-02-14 at 13 20 04

Copy link
Contributor

@rinaok rinaok left a comment

Choose a reason for hiding this comment

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

I was able to reproduce this problem again in the storybook.

@YonatanKra
Copy link
Contributor Author

I was able to reproduce this problem again in the storybook.

I'll try to look at it tonight. Can't promise...

@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 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 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rinaok rinaok merged commit 755c072 into master Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Popup] fix start open position
3 participants