You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Ben Keen (JIRA)" <ji...@apache.org> on 2014/11/27 19:02:12 UTC

[jira] [Created] (COUCHDB-2482) Repaint issues

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)