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

[jira] [Commented] (COUCHDB-2467) Minor flashing over breadcrumbs during route changes

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

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

GitHub user benkeen opened a pull request:

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

    Fix the flash on doc page route changes

    This is subtle and only occurs on Chrome. To reproduce:
    1. Go to the Database -> All Docs page for a database.
    2. Click from the All Documents page to All Design Docs.
    
    Click back and forth a few times. Notice that sometimes there's a
    sort of quick flash that appears over the breadcrumbs section making
    it look a little like the breadcrumbs are being re-rendered.
    
    This fixes that. 
    
    Closes COUCHDB-2467

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

    $ git pull https://github.com/benkeen/couchdb-fauxton 2467-chrome-route-change-flash

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

    https://github.com/apache/couchdb-fauxton/pull/155.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 #155
    
----
commit 561fe240aaffd11dc8a23af2507e15de6a772ae2
Author: Benjamin Keen <be...@gmail.com>
Date:   2014-11-18T01:06:26Z

    Fix the flash on doc page route changes
    
    This is subtle and only occurs on Chrome. To reproduce:
    1. Go to the Database -> All Docs page for a database.
    2. Click from the All Documents page to All Design Docs.
    
    Click back and forth a few times. Notice that sometimes there's a
    sort of quick flash that appears over the breadcrumbs section making
    it look a little like the breadcrumbs are being re-rendered.
    
    Closes COUCHDB-2467

----


> Minor flashing over breadcrumbs during route changes
> ----------------------------------------------------
>
>                 Key: COUCHDB-2467
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2467
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Ben Keen
>            Assignee: Ben Keen
>
> Neat CSS issue. There's a sort of quick flashing that appears over the breadcrumbs section on the Database pages when changing routes. 
> To reproduce: 
> 1. In Chrome (looks fine in FF), go to the Database -> All Docs page for a database.
> 2. Click from the All Documents page to All Design Docs.
> Note: it's subtle! And it only occurs on Chrome, not Firefox. Notice that there's a sort of quick white flash that appears over the breadcrumbs section - making it look a little like the breadcrumbs are being re-rendered (they're not any more, thanks to COUCHDB-2465 :) ).
> This is due to a combination of the document <footer>'s position:fixed and the parent #dashboard element not being explicitly set to 100%. For some reason on Chrome it briefly gets rendered at the top of the page.



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