You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/16 21:46:59 UTC

[jira] [Commented] (CB-8405) [Windows] Camera image has z-order style attribute rather than z-index

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

ASF GitHub Bot commented on CB-8405:
------------------------------------

GitHub user muratsu opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/87

    CB-8405 Use z-index instead of z-order

    There's no css property such as z-order, use z-index instead. 

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

    $ git pull https://github.com/MSOpenTech/cordova-plugin-camera CB-8405

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

    https://github.com/apache/cordova-plugin-camera/pull/87.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 #87
    
----
commit fb8ce21711def54779fc4f52643f5621b3f9fff6
Author: Murat Sutunc <su...@gmail.com>
Date:   2015-04-16T19:44:29Z

    CB-8405 Use z-index instead of z-order

----


> [Windows] Camera image has z-order style attribute rather than z-index
> ----------------------------------------------------------------------
>
>                 Key: CB-8405
>                 URL: https://issues.apache.org/jira/browse/CB-8405
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera, Windows
>    Affects Versions: 3.4.0
>         Environment: Windows Phone 8.1 - Nokia Lumia 735
>            Reporter: Olivier VERMONT
>
> On Windows Phone 8.1 the camera image is shown through <video> tag with a z-order style attribute rather than z-index. Same thing for the Cancel <button> tag.
> As far as I know, z-order is the concept of layers in an web page but the CSS property managing it is z-index. The z-index CSS property specifies the z-order of an element and its descendants.
> I have a issue because Bootstrap navbar has a z-index of 1030 and the <video> tag for camera has a z-order of 999 so it isn't fullscreen. When I lower navbar z-index, it doesn't have any influence on the layers because Internet Explorer seems to understand z-order as a priority. If z-index was used for <video> and <button> tag, everything could be easily solved throught CSS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org