studio icon indicating copy to clipboard operation
studio copied to clipboard

Markdown editor images: should resize handle persist until user clicks out?

Open micahscopes opened this issue 5 years ago • 3 comments

Summary

Previously, the resize handle was getting stuck even when the user clicked away, and I had trouble getting it to work using the existing code. Instead, I just made it so that at the end of each drag, the resize handle disappears.

Is this good enough? Or do we want to allow the user to be able to quickly resize a few times in a row without having to go into the menu each time?

Category

UX

How to reproduce

resize handle disappears each time

Real-life consequences

Currently, the user has to click the menu and click resize for each resize attempt.

micahscopes avatar Oct 09 '20 22:10 micahscopes

This was from the original spec, but looks like it didn't make it in.

If it keeps the code simpler to make the resize handle disappear after drag ends, a good compromise that can reduce friction for the user could be to allow them to trigger drag on left-click of the image. Not to replace the menu option, but to supplement it.

Screen Shot 2020-10-13 at 11 54 27 AM

jtamiace avatar Oct 13 '20 22:10 jtamiace

is this issue opened, can I work on it,?

shubhamachary56821 avatar Mar 16 '25 09:03 shubhamachary56821

Hi @shubhamachary56821, welcome.

If you haven't yet seen the contributing guidelines, I'd like to invite you to have a look at CONTRIBUTING.md.

Only unassigned 'help wanted' issues are open for contribution. There are no free 'help wanted' now so I recommend to refresh the list on weekly basis as we keep adding. Before then, we can't assign you any issues. Thanks for your interest and hopefully some time later we can collaborate.

MisRob avatar Mar 17 '25 10:03 MisRob

I believe this should be safely closed with the new editor implementation.

The current implementation matches the best case scenario Jessica described based on my understanding! The resize handle persists until the user clicks away.

https://github.com/user-attachments/assets/7a0d07c5-3ff8-41b1-b553-9a88771d2836

habibayman avatar Sep 25 '25 01:09 habibayman

Looks like it fits the bill to me! Closing as completed.

rtibbles avatar Sep 25 '25 01:09 rtibbles