[
https://issues.apache.org/jira/browse/COUCHDB-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220398#comment-14220398
]
ASF subversion and git services commented on COUCHDB-2465:
----------------------------------------------------------
Commit 9d43717dc52b4f7f42c0d0243a32dcbd568ca502 in couchdb-fauxton's branch
refs/heads/master from [~benkeen]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=9d43717 ]
Only render doc page breadcrumbs as needed
All routes changes used to cause the breadcrumbs to be re-rendered,
even though they often don't change. This small change checks to see
if the crumbs have in fact changed, and only re-renders if so.
Closes COUCHDB-2465
> Update Documents page to prevent it from redrawing breadcrumbs each time
> ------------------------------------------------------------------------
>
> Key: COUCHDB-2465
> URL: https://issues.apache.org/jira/browse/COUCHDB-2465
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Ben Keen
> Assignee: Ben Keen
>
> This was a result of investigating COUCHDB-2458.
> The Documents page keeps redrawing the breadcrumbs on every route change,
> causing a bit of unsightly flashing when doing searches / navigating around.
> Patch this to only re-render the breadcrumbs when it's needed (i.e. when
> something changes).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)