You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David M. Johnson (Jira)" <ji...@apache.org> on 2020/03/21 21:03:00 UTC

[jira] [Commented] (ROL-2163) Media File display does not show full image

    [ https://issues.apache.org/jira/browse/ROL-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064061#comment-17064061 ] 

David M. Johnson commented on ROL-2163:
---------------------------------------

I'm not able to reprodiuce this problem. I've attached a screenshot that shows what I see when I create a new folder and upload a large image. When you upload an image, Roller will create a small (max 120 pixel width) "thumbnail" image to be displayed in the Media Files page (as shown below) and will also store the large image. 

It seems like, somehow, when Roller created the thumbnail for your image the thumbnail processing failed and the image was left at full size.

Tommy: would you please check the logs when you do an image upload. Are there any errors? Which JDK are you using? Maybe there is some bug or change in the way images are resized. You can see [code that does the resize|https://github.com/apache/roller/blob/master/app/src/main/java/org/apache/roller/weblogger/business/jpa/JPAMediaFileManagerImpl.java#L264] on GitHub. 

 

!rollerweblogger-org.png|width=613,height=305!

> Media File display does not show full image
> -------------------------------------------
>
>                 Key: ROL-2163
>                 URL: https://issues.apache.org/jira/browse/ROL-2163
>             Project: Apache Roller
>          Issue Type: Improvement
>          Components: Media files / uploads, User Interface - General
>    Affects Versions: 6.0.0
>            Reporter: David M. Johnson
>            Assignee: David M. Johnson
>            Priority: Minor
>             Fix For: 6.0.1
>
>         Attachments: 5GskDaE.png, BPsJmiP.png, rollerweblogger-org.png
>
>
> via email from Tommmy Pham:
> I'm having an issue with the media files panel display.  I've tried in both
> Firefox and Chrome without success.
> [https://imgur.com/a/zHXnmXV]
> Basically I have to scroll to view a big image while I have plenty of
> screen real estate at the bottom as you can see.  The only way I can get
> that window to resize so I could see the image entirely without scrolling
> is edit either:
> {{   <div id="imageGrid" style="1000px">}}
> or it's child div
> {{  <div class="panel-body" style="1000px">}}
> Neither seems like a good solution since it's not sized accordingly nor
> scale dynamically to browser window size.  Is this by design or bug?
> Please advise.
> If you're wondering what monitor I'm using, it's 40" 4k TV for about $300
> USD which is cheaper than getting 4 x 27" (2560x1440) for about the same
> screen real estate (slightly better PPI 110 vs 108) w/o the split screen
> bezels :)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)