You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/02/21 23:29:24 UTC

[jira] [Commented] (COUCHDB-2086) Modal backdrop broken in Chrome

    [ https://issues.apache.org/jira/browse/COUCHDB-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908913#comment-13908913 ] 

ASF GitHub Bot commented on COUCHDB-2086:
-----------------------------------------

GitHub user drsm79 opened a pull request:

    https://github.com/apache/couchdb/pull/155

    2071 better create db ui

    Also fixes COUCHDB-2086 - one word change.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/drsm79/couchdb 2071-better-create-db-ui

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/155.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 #155
    
----
commit ee909bfe8b46a0492ea1c1c057a7774a7df12c11
Author: Simon Metson <si...@cloudant.com>
Date:   2014-02-20T22:53:34Z

    whitespace

commit 5293af249654348e13817ddd92aab98800a51397
Author: Simon Metson <si...@cloudant.com>
Date:   2014-02-20T22:51:10Z

    Add modal for create db - fixes COUCHDB-2071

commit bf38c9e58f994b452d9ba5c930392abf31522174
Author: Simon Metson <si...@cloudant.com>
Date:   2014-02-21T22:19:16Z

    Fixes COUCHDB-2086

----


> Modal backdrop broken in Chrome
> -------------------------------
>
>                 Key: COUCHDB-2086
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2086
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Benjamin Young
>            Assignee: Benjamin Young
>
> I broke this inadvertently when fixing the “one-pane” shifting over the navigation problem:
> https://github.com/apache/couchdb/commit/e389a8ba2a79da2669b536ca242b5dfdee4faba3
> It’s caused by Webkit’s way of fixed positioned elements changing the stacking context:
> http://updates.html5rocks.com/2012/09/Stacking-Changes-Coming-to-position-fixed-elements
> There’s a few ways to fixe it. Here’s one:
> http://stackoverflow.com/questions/19917026/bootstrap-modal-z-index
> Will be working on this tomorrow (14 hours from now), but reporting it to let everyone know that it’s a) broken and that b) a patch is forthcoming.
> Sorry for the bug.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)