Ben Keen created COUCHDB-2467:
---------------------------------
Summary: 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
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 -
causing a sort of flash before the breadcrumbs re-appear.
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)