You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/02 14:07:10 UTC

[jira] [Commented] (COUCHDB-2993) Not able to view long lists of attachments

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

ASF GitHub Bot commented on COUCHDB-2993:
-----------------------------------------

GitHub user samk1 opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/741

    show vertical scrollbar on attachment list when needed

    The max-height attribute of the ul element now scales to the size of the browser
    window. overflow-y is set to auto so that a scrollbar appears and the user is always
    able to view all attachments.
    
    Closes COUCHDB-2993

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/samk1/couchdb-fauxton 2993-not-able-to-view-long-lists-of-attachements

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/741.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #741
    
----
commit 74cdab2a3bb9b75942b0c27d80c6eaf752064fd2
Author: samk <sa...@gmail.com>
Date:   2016-07-02T13:50:32Z

    show vertical scrollbar on attachment list when needed
    
    The max-height attribute of the ul element now scales to the size of the browser
    window. overflow-y is set to auto so that a scrollbar appears and the user is always
    able to view all attachments.
    
    Closes COUCHDB-2993

----


> Not able to view long lists of attachments
> ------------------------------------------
>
>                 Key: COUCHDB-2993
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2993
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Fauxton
>            Reporter: Garren Smith
>
> As described here https://twitter.com/ermouth/status/722427896858599425
> Fauxton doesn't give the user an option to scroll to the bottom of a long list of attachments for a document.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)