[jira] [Commented] (CB-8432) InAppBrowser window doesn't properly displayed when root page CSS differs from default.

2015-03-31 Thread ASF subversion and git services (JIRA)

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

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

Commit 57f942670c84412b61bc05dd67c5b505edb4b67d in 
cordova-plugin-inappbrowser's branch refs/heads/old-ID from [~vladimir.kotikov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=57f9426
 ]

CB-8432 Correct styles for browser wrapper to display it correctly on some pages

* Force z-order for wrapper to show it on top of the whole page
* Apply CSS reset rules to browser wrapper
* Disable parent window scrollbars when browser is shown


> InAppBrowser window doesn't properly displayed when root page CSS differs 
> from default.
> ---
>
> Key: CB-8432
> URL: https://issues.apache.org/jira/browse/CB-8432
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 0.6.1-dev
> Environment: Windows platform
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
> Fix For: 0.6.1
>
>
> Wnen non-default CSS rules is applied to root page InappBrowser sometimes 
> fails to display its view correctly. It could be placed under some elements 
> or at the bottom of page, etc.
> The problem is that CSS, applied to InappBrowser view is relaxed, so we need 
> to make it more strict or apply some CSS reset rules to it.



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

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



[jira] [Commented] (CB-8432) InAppBrowser window doesn't properly displayed when root page CSS differs from default.

2015-03-17 Thread ASF subversion and git services (JIRA)

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

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

Commit 57f942670c84412b61bc05dd67c5b505edb4b67d in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~vladimir.kotikov]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=57f9426
 ]

CB-8432 Correct styles for browser wrapper to display it correctly on some pages

* Force z-order for wrapper to show it on top of the whole page
* Apply CSS reset rules to browser wrapper
* Disable parent window scrollbars when browser is shown


> InAppBrowser window doesn't properly displayed when root page CSS differs 
> from default.
> ---
>
> Key: CB-8432
> URL: https://issues.apache.org/jira/browse/CB-8432
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 0.6.1-dev
> Environment: Windows platform
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
> Fix For: 0.6.1
>
>
> Wnen non-default CSS rules is applied to root page InappBrowser sometimes 
> fails to display its view correctly. It could be placed under some elements 
> or at the bottom of page, etc.
> The problem is that CSS, applied to InappBrowser view is relaxed, so we need 
> to make it more strict or apply some CSS reset rules to it.



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

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



[jira] [Commented] (CB-8432) InAppBrowser window doesn't properly displayed when root page CSS differs from default.

2015-03-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8432:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-inappbrowser/pull/79


> InAppBrowser window doesn't properly displayed when root page CSS differs 
> from default.
> ---
>
> Key: CB-8432
> URL: https://issues.apache.org/jira/browse/CB-8432
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 0.6.1-dev
> Environment: Windows platform
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
> Fix For: 0.6.1
>
>
> Wnen non-default CSS rules is applied to root page InappBrowser sometimes 
> fails to display its view correctly. It could be placed under some elements 
> or at the bottom of page, etc.
> The problem is that CSS, applied to InappBrowser view is relaxed, so we need 
> to make it more strict or apply some CSS reset rules to it.



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

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



[jira] [Commented] (CB-8432) InAppBrowser window doesn't properly displayed when root page CSS differs from default.

2015-02-05 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8432:


GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-inappbrowser/pull/79

CB-8432 Correct styles for browser wrapper to display it correctly on some 
pages

Fix for [CB-8432](https://issues.apache.org/jira/browse/CB-8432)

* Force z-order for wrapper to show it on top of the whole page
* Apply CSS reset rules to browser wrapper
* Disable parent window scrollbars when browser is shown

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-inappbrowser CB-8432

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

https://github.com/apache/cordova-plugin-inappbrowser/pull/79.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 #79


commit 9b18d5bcf4679df3631be053ac788980f29e27ab
Author: Vladimir Kotikov 
Date:   2015-02-05T14:14:41Z

CB-8432 Correct styles for browser wrapper to display it correctly on some 
pages

* Force z-order for wrapper to show it on top of the whole page
* Apply CSS reset rules to browser wrapper
* Disable parent window scrollbars when browser is shown




> InAppBrowser window doesn't properly displayed when root page CSS differs 
> from default.
> ---
>
> Key: CB-8432
> URL: https://issues.apache.org/jira/browse/CB-8432
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 0.6.1-dev
> Environment: Windows platform
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
> Fix For: 0.6.1
>
>
> Wnen non-default CSS rules is applied to root page InappBrowser sometimes 
> fails to display its view correctly. It could be placed under some elements 
> or at the bottom of page, etc.
> The problem is that CSS, applied to InappBrowser view is relaxed, so we need 
> to make it more strict or apply some CSS reset rules to it.



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

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