You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/09/19 07:53:15 UTC

[1/2] git commit: zIndex fixed

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master ac0bdee8e -> 43592a478


zIndex fixed


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/4b3a8387
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/4b3a8387
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/4b3a8387

Branch: refs/heads/master
Commit: 4b3a838704ce44e879983087ddf23d326361bc98
Parents: ac0bdee
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Sep 19 07:51:42 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Fri Sep 19 07:51:42 2014 +0200

----------------------------------------------------------------------
 src/firefoxos/InAppBrowserProxy.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/4b3a8387/src/firefoxos/InAppBrowserProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/InAppBrowserProxy.js b/src/firefoxos/InAppBrowserProxy.js
index f945927..f0d44c1 100644
--- a/src/firefoxos/InAppBrowserProxy.js
+++ b/src/firefoxos/InAppBrowserProxy.js
@@ -72,6 +72,7 @@ var IABExecs = {
         function updateIframeSizeNoLocation() {
             browserWrap.style.width = window.innerWidth + 'px';
             browserWrap.style.height = window.innerHeight + 'px';
+            browserWrap.style.zIndex = '999999999';
             browserWrap.browser.style.height = (window.innerHeight - 60) + 'px';
             browserWrap.browser.style.width = browserWrap.style.width;
         }


[2/2] git commit: Merge branch 'fix_zindex'

Posted by za...@apache.org.
Merge branch 'fix_zindex'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/43592a47
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/43592a47
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/43592a47

Branch: refs/heads/master
Commit: 43592a4789d9b88c9cc8b3b43e619c17ba1ab7b4
Parents: ac0bdee 4b3a838
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Fri Sep 19 07:52:56 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Fri Sep 19 07:52:56 2014 +0200

----------------------------------------------------------------------
 src/firefoxos/InAppBrowserProxy.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------