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

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

Benjamin Young created COUCHDB-2086:
---------------------------------------

             Summary: 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


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)