[
https://issues.apache.org/jira/browse/COUCHDB-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223166#comment-14223166
]
ASF subversion and git services commented on COUCHDB-2467:
----------------------------------------------------------
Commit 84e6d87b2de671fff1ddeaffb02003ef2ffd0b09 in couchdb-fauxton's branch
refs/heads/master from [~benkeen]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=84e6d87 ]
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. After fixing COUCHDB-2465 I noticed the problem wasn't 100%
> fixed... 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)