-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.11.2
-
7.11
-
1
-
Severity 3 - Minor
-
Issue: If the markdown for an image attachment contains both defined width/height as well as thumbnail, the thumbnail seems to be stretched and appears blurry within the UI.
Example 1.) With "thumbnail": |width=362,height=192,thumbnail
Example 2.) Without "thumbnail": |width=362,height=192
Notes: Users can do this manually in text mode, but also Jira will do this if you insert the attachment into the description or a comment and then resize it by clicking and dragging - causing the blurry image due to not removing the thumbnail markdown.
Steps to reproduce:
- Attach image to the case. Method does not matter.
- Add the attachment to the description or comment.
- In text mode, define the width and height of the image as well as thumbnail OR highlight the image and then click and drag the corners to resize it. (Example 1 above)
- Save the description or comment.
- Observe the blurry image.
Expected: Image would appear clear instead of blurry due to including the thumbnail markdown
Actual: Image is stretched/blurry.
Workaround: Remove thumbnail from markdown in edit mode when manually resizing images. (Example 2 above)