-
Notifications
You must be signed in to change notification settings - Fork 76
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
After uploading image the page is stucked, unable to scroll it #470
Comments
I have the same issue i think after i setState |
We're having the same issue too - here's the testing flow to recreate:
My guess is there's faulty logic somewhere that's pushing overflow-hidden into or or something! Going to try recreating it without using autoMinimize. I'll edit this with an update. |
i keep hitting this at times too but haven't had a way to reproduce i'll work through reproducing with those steps and I'm curious if this is a component issue or an underlaying Upload Widget issue, so will attempt to reproduce with a vanilla installation of the Upload Widget thanks for the additional info everyone Edit: i can't reproduce with the autominimize steps unfortunately... |
Thanks for getting back so fast! I'll have a look for some faulty modal overflow-hidden logic on our end. Challenging to debug! |
just to be clear i think it is an issue with the component, it's happened to me at times too, i just haven't been able to get it to happen when i have visibility into what's going on or regularly reproduce it so that i can work on debugging it. the challenging thing is being able to determine if it's CldUploadWidget or if it's the underlaying Upload Widget script that this is a wrapper around i suspect its related to the Upload Widget though given what's going on with the overflow. im trying to see if anyone internally has hit this issue to try to find leads, in the meantime if anyone is able to get reproducible steps please let me know as those weren't working for me :( |
I had this same issue, and what worked for me (although Im not clear why) was popping the Something like: Again, this is just what worked for me, but figured I'd share in case it helps unblock someone. |
thanks @stephen-leisy - were you able to regularly reproduce it prior to that fix? are you able to share the code you had to reproduce it if so? |
@colbyfayock I can't currently because its in a private work repo, but I'll try and reproduce it in a sandbox and share. |
@stephen-leisy That fix is not working for me .., page is still stuck |
@Poise-Paul are you able to regularly reproduce this? are you able to share the code, create a reproduction, or explain how to do so? really would love to get this fixed but haven't been able to find anyone that can reproduce or regularly so |
@stephen-leisy You saved my ASS🤧🤧. Thanks buddy. |
@evansosei0707 were you able to regularly reproduce this? |
After uploading image the page is stucked, unable to scroll it, any solution for it please?
Also is there a way in next js to update/ replace the old image with new one and also send the updated image URL to DB? currenctly I am just trying to send new updated image URL to DB but not working
The text was updated successfully, but these errors were encountered: