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

ASF subversion and git services commented on CB-8405:
-----------------------------------------------------

Commit fb8ce21711def54779fc4f52643f5621b3f9fff6 in cordova-plugin-camera's 
branch refs/heads/CB-8860cordova-plugin-camera from [~muratsu]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=fb8ce21 
]

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
>            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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to