Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.43k stars 1.99k forks source link

Image Borders in New Post Notification Emails #80401

Open masperber opened 1 year ago

masperber commented 1 year ago

Impacted plugin

Jetpack

Quick summary

When a new post is published, Jetpack can send a new post notification email to the readers. Images that have a left or right alignment have a border which is added around the image. Images with no alignment do now have a border added around them.

I received customer feedback that they would prefer not to have this border added around the image.

Steps to reproduce

  1. Create a new post.
  2. Add images to the post, along with some text between each image.
  3. Change the image settings to give left, right, center, and none as alignment settings for each image.
  4. Publish the post.
  5. Observe the border added around the images in the new post notification emails.

A clear and concise description of what you expected to happen.

Customer gave feedback that they don't want the image to have a border around it when they choose the left or right alignment, or they want to have the option to disable this border from appearing in the new post notification email.

What actually happened

A border is added around images with a left or right alignment.

Impact

All

Available workarounds?

No but the platform is still usable

Platform (Simple and/or Atomic)

Simple, Atomic

Logs or notes

No response

cuemarie commented 1 year ago

๐Ÿ“Œ SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain

๐Ÿ“Œ FINDINGS/SCREENSHOTS/VIDEO

Screenshots/Recordings

Atomic Site:

https://github.com/Automattic/jetpack/assets/27249804/60146688-537c-4930-b0c4-d06f3bbbd05e

Simple Site:

Markup on 2023-08-09 at 13:24:50

๐Ÿ“Œ ACTIONS

masperber commented 1 year ago

@cuemarie Thank you for the correction. This is consistent with my findings. I have edited the initial message.

TimBroddin commented 1 year ago

Thanks for reporting this!

Customer gave feedback that they don't want the image to have a border around it when they choose the left or right alignment

The bug is that the image doesn't have a border when aligning center. I can look into that. However, turning off the border through an option is probably out of scope.