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

[(Graphical) Bug] Pasting many attachments into the message box makes it do a weird out of bounds thing #42

Open
sabogalc opened this issue Jun 5, 2021 · 1 comment

Comments

@sabogalc
Copy link

sabogalc commented Jun 5, 2021

The only way to send attachments in MyMessage is to either drag and drop them or copy and paste them. There is currently no file selector/attach option. Below is a video of me showcasing this bug in dark mode and in light mode (it's more apparent/intrusive in dark mode).

Dark.Mode.mp4
Light.Mode.mp4

iOS handles situations like these one of two ways, depending on how the attachments are added to the message box. The first way is by making the message box the same vertical length as the attachment when it is pasted in (like with MyMessage)

Vertical.Pasted.Attachments.mp4

The second way is by making the attachment preview a horizontal menu when the attachments are chosen from the photo selector instead of pasted in.

Horizontal.Attached.Attachments.mp4

WebMessage has a similar set up to the photo selector, but it does not allow for attachments to be pasted in the middle of a message, which I think it should for situations like this one. Also, WebMessage does not have file previews for queued attachments either.
WebMessage
I think for the time being, MyMessage should have some message box height limit for situations where there are many attachments pasted in, and once a file selector is added, the menu should be horizontal like it is on iOS, or a grid/table like it is in WebMessage (but with previews). Let me know what you think of this issue.

@sabogalc
Copy link
Author

sabogalc commented Jun 5, 2021

Update - My version of macOS (Mojave) does a similar message box height limit thing, and attachments can only be dragged and dropped in. I'm not sure if later versions of macOS/Messages have an attach button.

Screen.Recording.2021-06-05.at.6.23.17.PM.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant