-
Notifications
You must be signed in to change notification settings - Fork 179
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 eyedropper test #8530
Fix eyedropper test #8530
Conversation
Does this supersede #8524? |
Size Change: +234 kB (+8%) 🔍 Total Size: 3.13 MB
ℹ️ View Unchanged
|
Looks like we have two separate issues:
|
See #7481 for that. Seems like it was introduced in #8320 or at least surfaced by it. See #8320 (comment) and 6614515 for context. |
Yea I just put up #8524 to help out. fine if we scrap the entire PR. As for the misalignment issue, once I was able to add media to the canvas, I was getting this part of the test failing: Because of this behavior(notice the zoomed in image bubble isn't pink when the cursor is over the pink image, and it's not until I move the cursor pretty far down on the image that the zoomed in canvas picks up the top of the picture): Kapture.2021-07-30.at.15.07.17.mp4 |
Is this happening only with Media btw? It seems to me that it's also happening to other elements that use Moveable (e.g. reload the page, go to the Shapes tab quickly and try inserting one). I'm guessing that since |
This fix is still useful (just the Moveable part was removed), let's merge it (one ✅ needed). |
There's this one screenshot on Percy where the eyedropper hasn't fully loaded yet. Flakey, bug, or expected change? |
Fixed (kinda expected because the whole Color Picker is now lazy-loaded). |
Context
Summary
Relevant Technical Choices
To-do
User-facing changes
Testing Instructions
QA
This PR can be tested by following these steps:
UAT
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
Does this PR change what data or activity we track or use?
Does this PR have a legal-related impact?
Checklist
Type: XYZ
label to the PRFixes #