You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resizing the window uploaded image gets greyed out and shifts to bottom
Expected Behavior
When resizing the window uploaded image should not get greyed out and should remain at its initial position. Perhaps it's not fully responsive at some extent, also the width of the side bar is unnecessarily large and i think this is the root cause
Steps to reproduce
Steps:
Open the editor web app
Click on sidebar expand icon
Click on "+"
Click on upload file
Upload an image
Resize the widow
Verify the image gets greyed out and shifts to bottom
The text was updated successfully, but these errors were encountered:
Good catch. It is not just while resizing. Previewing an image is messed up when in the mobile size range. I'm seeing the image show up below the code editor. We should be just showing the image (AssetPreview) and not showing the editor at all when you are viewing a media file. It is hidden via CSS when on desktop but not on mobile.
p5.js version
2.9.2
What is your operating system?
Mac OS
Web browser and version
Chrome and 117.0.5938.132
Actual Behavior
When resizing the window uploaded
image
gets greyed out and shifts to bottomExpected Behavior
When resizing the window uploaded
image
should not get greyed out and should remain at its initial position. Perhaps it's not fully responsive at some extent, also the width of the side bar is unnecessarily large and i think this is the root causeSteps to reproduce
Steps:
The text was updated successfully, but these errors were encountered: