Ben Keen created COUCHDB-2482:
---------------------------------
Summary: Repaint issues
Key: COUCHDB-2482
URL: https://issues.apache.org/jira/browse/COUCHDB-2482
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Fauxton
Reporter: Ben Keen
I found that our CSS was resulting in some weird unnecessary repaints, so I
added a #dashboard { width: 100%; } fix to solve it. That, however, caused
other issues: https://github.com/apache/couchdb-fauxton/pull/170.
I'll remove the width:100% fix now, but this ticket is to re-examine the issue
after you're done your other CSS refactoring, Robert.
Two things to check out:
- On the database page, when toggling between the All Docs and All Design Docs
pages, you shouldn't see any flashing above/around the breadcrumbs.
- Scrolling down on the All Documents page should keep the footer in place at
all time and have no flashing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)