[
https://issues.apache.org/jira/browse/COUCHDB-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227871#comment-14227871
]
ASF GitHub Bot commented on COUCHDB-2482:
-----------------------------------------
GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/175
Remove 100% #dashboard width
For an explanation, see comments in COUCHDB-2482
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
remove-full-dashboard-width
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #175
----
commit 2906e0e529e918709c5dc8a23170b52ef6f7b176
Author: Benjamin Keen <[email protected]>
Date: 2014-11-27T18:06:46Z
Remove 100% #dashboard width
For an explanation, see comments in COUCHDB-2482
----
> 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
> Assignee: Robert Kowalski
>
> 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)