Skip to content
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

Editor: the image "jumps" (height=0px) after the upload completes #14252

Closed
folletto opened this issue May 19, 2017 · 2 comments
Closed

Editor: the image "jumps" (height=0px) after the upload completes #14252

folletto opened this issue May 19, 2017 · 2 comments
Assignees
Labels
[Feature] Media The media screen in Calypso, general media management, or integration with third party media. [Feature] Post/Page Editor The editor for editing posts and pages. [Pri] High Address as soon as possible after BLOCKER issues [Type] Bug When a feature is broken and / or not performing as intended

Comments

@folletto
Copy link
Contributor

cap-drop

  1. Open the editor on any post
  2. Drag'n'drop an image in the text
  3. The image will appear instantly (client-side rendering) without any indication of upload in progress → the user thinks it's already done
  4. Once upload completes, the image jumps to 0 height, then again it's loaded from the server and resizes up to the preview height.

This is an interplay of two factors:

  • Primary: the image jumps to 0 height and back.
  • Secondary: there's no indication of upload.

The secondary factor reinforces the first, as it makes it even more unexpected, and also creates some complications if the user, unaware, tries to browse away.

The effect is even more evident on slower connections, as the user is likely to move on to type more text on the editor, and they get a sudden jump while they are typing, and might even result in a mis-placed scroll position. Imagine this happening on mobile...

⚠️ Why Priority High? Because while this isn't a functional issue, it's a UX / trust breaking experience, that makes working with images on the editor frustrating.

@folletto folletto added [Feature] Post/Page Editor The editor for editing posts and pages. [Feature] Media The media screen in Calypso, general media management, or integration with third party media. [Pri] High Address as soon as possible after BLOCKER issues [Type] Bug When a feature is broken and / or not performing as intended labels May 19, 2017
@designsimply
Copy link
Contributor

Thank you for reporting this!

Adding in some historical context, this issue has been reported in the past by @apeatling at 10718-gh-calypso-pre-oss on 2015-Aug-31 and by @aduth at 7693-gh-calypso-pre-oss on 2015-Jul-14 and was moved to #1040 on 2015-Nov-30.

@lancewillett
Copy link
Contributor

Fixed with d23312a, let's re-open new issues for new or different cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Media The media screen in Calypso, general media management, or integration with third party media. [Feature] Post/Page Editor The editor for editing posts and pages. [Pri] High Address as soon as possible after BLOCKER issues [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

No branches or pull requests

4 participants