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

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

GitHub user benkeen opened a pull request:

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

    Fix for lookahead tray redirect problem

    This fixes the following problem. To reproduce:
    1. On the All Docs page of a database, edit a document.
    2. Click Back.
    3. Use the lookahead tray to select a new database.
    
    Result: the page was missing content. What was going on was that the
    route object ended up listening to the event multiple times, causing
    the error. This now explicitly cleans up and re-assigns the listeners
    for this scenario.
    
    Closes COUCHDB-2503

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

    $ git pull https://github.com/benkeen/couchdb-fauxton 
2503-missing-page-content

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

    https://github.com/apache/couchdb-fauxton/pull/206.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 #206
    
----
commit 62a897f7d7142471da49c51ec75091acd42ac6b9
Author: Benjamin Keen <ben.k...@gmail.com>
Date:   2014-12-17T21:03:46Z

    Fix for lookahead tray redirect problem
    
    This fixes the following problem. To reproduce:
    1. On the All Docs page of a database, edit a document.
    2. Click Back.
    3. Use the lookahead tray to select a new database.
    
    Result: the page was missing content. What was going on was that the
    route object ended up listening to the event multiple times, causing
    the error. This now explicitly cleans up and re-assigns the listeners
    for this scenario.
    
    Closes COUCHDB-2503

----


> Missing page content after lookahead tray redirect
> --------------------------------------------------
>
>                 Key: COUCHDB-2503
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2503
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Ben Keen
>            Assignee: Ben Keen
>         Attachments: Screen Shot 2014-12-09 at 11.08.03 AM.png
>
>
> To reproduce:
> 1. On the All Docs page of a database, edit a document.
> 2. Click Back.
> 3. Use the lookahead tray to select a new database. 
> Result: the page doesn't load properly, see the attached screenshot.



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

Reply via email to