-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[10.2.0] Fix missing progress bar in files drop view #35059
[10.2.0] Fix missing progress bar in files drop view #35059
Conversation
The uploader is expecting the progress bar element to be in the DOM when created. This fix makes sure to append the PublicUploadView's element to the DOM before rendering it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Codecov Report
@@ Coverage Diff @@
## release-10.2.0 #35059 +/- ##
====================================================
+ Coverage 64.29% 64.29% +<.01%
Complexity 20040 20040
====================================================
Files 1285 1285
Lines 76824 76824
Branches 1307 1307
====================================================
+ Hits 49393 49394 +1
+ Misses 27050 27049 -1
Partials 381 381
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## release-10.2.0 #35059 +/- ##
====================================================
+ Coverage 64.29% 64.29% +<.01%
Complexity 20040 20040
====================================================
Files 1285 1285
Lines 76824 76824
Branches 1307 1307
====================================================
+ Hits 49393 49394 +1
+ Misses 27050 27049 -1
Partials 381 381
Continue to review full report at Codecov.
|
Looks good. Are we also doing a "normal" backport into |
@phil-davis not sure if backport to stable10 needed, we'll merge 10.2.0 to stable10 at the end of the release |
backport of #35032 for 10.2