-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Loading bar does not disappear after uploading file. #1220
Comments
thanks for making this issue! i believe this only happens for certain file types, which are plaintext files (.js, .css, .txt, .csv, etc) that are uploaded directly to the web editor rather than to aws. |
@catarak i would like to work on this issue, can you please assign it to me? |
Hii @catarak, I would like to work on this issue. |
@MohdImran001 go ahead! |
Hii @catarak, I would also like to change the color of the progress bar to Amaranth (#ed225d) to match the current theme. |
Hii @catarak, this line of code in the uploader.js file is not working and the progress bar is still visible after a successful upload. I tried changing its width to 0 and display property to 'none but nothing works.
After experimenting a little bit I found out that this works perfectly in a function passed in the success parameter of dropzone configuration. Please refer to the code below. This works perfectly for all file types. In
|
FIXED :- #1220 Loading bar does not disappear after uploading file.
In what way is the title confusing?
Do I understand this right that the fix is to have the upload progress bars not disappear at all anymore? In what way is this helpful and how do I know when my upload is finished? |
Ahhh sorry that this is confusing! There's an animation that shows the progress bar filling up. Before this fix, the progress bar would just remain unfilled for text files. |
Nature of issue?
Details about the bug:
After successfully uploading a file (and having it appear in the sidebar), the loading bar of this upload stays in place instead of disappearing. So I see this and have no feedback, if the upload was successful or is still in progress:
The text was updated successfully, but these errors were encountered: