[
https://issues.apache.org/jira/browse/COUCHDB-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14248778#comment-14248778
]
ASF subversion and git services commented on COUCHDB-2482:
----------------------------------------------------------
Commit c328feb256f50e1fb021c994d9aaf073a1f0d87a in couchdb-fauxton's branch
refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=c328feb ]
Refactor CSS for pane layout
- remove JS hack to have fixed elements on a certain size,
elements now use position absolute/relative and floating
- header, breadcrumbs and panes do not overlap anymore, which
lead to alot of bugs like visible but not clickable buttons
and problems when trying to add new elements to the header
- header is now aligned with navigantion/burger-height
(both 64px)
- componentize footer for all_dbs page
Parts of this branch are based on a prototype from Sean Barclay
Sean Barclay <[email protected]> (@seanbarclay)
Closes: COUCHDB-2320 COUCHDB-2271 COUCHDB-2471 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)