-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: Jumpiness of datasource modal #12502
Conversation
I see that modal for changing dataset is now very small and has additional line paris_iris_mapping and multiformat_time_series: Nagranie.z.ekranu.2021-01-13.o.22.26.03.mov |
Codecov Report
@@ Coverage Diff @@
## master #12502 +/- ##
==========================================
- Coverage 66.72% 62.34% -4.38%
==========================================
Files 1014 1014
Lines 49612 49594 -18
Branches 4839 4840 +1
==========================================
- Hits 33102 30919 -2183
- Misses 16387 18477 +2090
- Partials 123 198 +75
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@adam-stasiak I will increase the height a bit. The other issue you are mentioning seems unrelated but I'll have a look. Thanks for your feedback! |
Thank you - I compared other issue place on master and did not observe this. I did not spot any other issues. |
Hello @adam-stasiak. What I have found out is that the footer of the Modal was showing even though it was not supposed to. The problem wasn't visible on master as the footer went all the way down, but it becomes visible by reducing the height. I have fixed that issue and also increased the height as you suggested. Please have a look Path.mp4 |
Is this a stop-gap fix? Because the dataset modal isn't implemented as described in #12503 . Only the table body should be scrollable. We should replace the dataset table with the same implementation as in the table viz or Data preview on the Explore page. |
#12503 also described how the scroll area should look like. |
Thanks for updating the title and description. after removing the code that attempts to fix the dropdown issue globally, this PR should be ready for testing again - jumpiness in Change dataset modal. @geido |
I think I am now seeing the issue. I am not confident anymore to apply the fix globally to the modals as we might end up in scenarios like the one depicted here #11770 (comment). I am only including the fix to the jumpiness in this PR as of now. For the "Save" modal issue specifically, this #12522 should be preferred even though it is not a global fix. As for the sticky components described in #12488 and #12503 I'll be providing them in a separate PR asap. |
Thank you for the diligent work, @geido ! Yes, I agree it's better to address the jumpiness and scrollable areas in separate PRs. |
oh well, between jumpiness and the regression I introduced ... i chose the jumpiness 🤦🏾♀️ |
Let's open a PR addressing the modal issues as discussed. I am closing this one. |
SUMMARY
Partially fixes #12503
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
BEFORE-jumpiness-Num.Births.Trend.mp4
AFTER:
AFTER-jumpinessNum.Births.Trend.mp4
TEST PLAN
ADDITIONAL INFORMATION