You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Murat Sutunc (JIRA)" <ji...@apache.org> on 2015/04/17 00:19:59 UTC

[jira] [Resolved] (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:all-tabpanel ]

Murat Sutunc resolved CB-8405.
------------------------------
    Resolution: Fixed

> [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
>            Assignee: Murat Sutunc
>
> 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