You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Drew Walters (JIRA)" <ji...@apache.org> on 2012/09/05 20:28:08 UTC

[jira] [Created] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Drew Walters created CB-1378:
--------------------------------

             Summary: Device is Ready text not shown on BB OS 7.0 or 7.1
                 Key: CB-1378
                 URL: https://issues.apache.org/jira/browse/CB-1378
             Project: Apache Cordova
          Issue Type: Bug
          Components: App Hello World
    Affects Versions: 2.1.0
            Reporter: Drew Walters
            Assignee: Michael Brooks


Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:

-webkit-animation:fade 3000ms infinite;

If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Brooks updated CB-1378:
-------------------------------

    Fix Version/s: Master
    
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>             Fix For: Master
>
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448992#comment-13448992 ] 

Michael Brooks commented on CB-1378:
------------------------------------

On my BlackBerry 9900 (OS 7.0.0.576) the Device Ready text appears okay.

It also appears on my BlackBerry 9650 (OS 5.0.0.732).

Similar to #1375, I'm wondering how far we stretch to make the app work across all the quirks of BlackBerry.
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449057#comment-13449057 ] 

Michael Brooks commented on CB-1378:
------------------------------------

I don't think the blinking text is necessary. It simply adds some animation to the screen, which helps validate that the app is running okay (since there are no interactions).

However, through client work at Nitobi we learned long ago to never trust the BlackBerry simulators. I'd like to see the issue on a device before reducing the experience on other platforms. I'll see if we have any other BB 7 devices around the office.

Michael
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Drew Walters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449033#comment-13449033 ] 

Drew Walters commented on CB-1378:
----------------------------------

So it may just be a simulator issue, but it is confusing because the app just loads and gives no status.  Is the blinking of the text really necessary?
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449183#comment-13449183 ] 

Michael Brooks commented on CB-1378:
------------------------------------

Tested on tag 2.1.0rc2. Compiled with PhoneGap Build, so it used cordova-2.0.0js.

||OS||Device||Device Ready Shown|| 
|7.0.0.576|Bold 9900|Yes| 
|7.0.0.482|Curve 9380|Yes| 
|7.0.0.344|Bold 9790|*Partial**|
|7.0.0.244|Curve 9360|Yes| 
|6.0.0.407|Style 9670|Yes| 
|6.0.0.337|Torch 9800|Yes| 
|5.0.0.732|Bold 9650|Yes| 

{{*}} Sending the application to the background and then reopening the application shows "Device Ready"

I've seen the this {{*}} rendering issue before on BlackBerry devices. In my experience, it's related to the browser's ability to redraw web content and solved by triggering the browser redraw the UI. My most common solution is to touch the {{window.scrollTo}} value. Unfortunately, it's hard to predict which devices this problem appears on and I've seen it back to OS 4.6.

Personally, I don't think our Hello World app should address this issue.
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Drew Walters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449713#comment-13449713 ] 

Drew Walters commented on CB-1378:
----------------------------------

As far as I can tell, the issue on BlackBerry is with the opacity animation. If I animate color instead its fine:

https://github.com/deedubbu/incubator-cordova-app-hello-world/commit/39fe9a42332bd74ddef70ebed7b81728adf678b1

Provides a similar effect. Thoughts?
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>             Fix For: Master
>
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449088#comment-13449088 ] 

Michael Brooks commented on CB-1378:
------------------------------------

Device Ready appears on BlackBerry 9800 (OS 6.0.0.337)
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448992#comment-13448992 ] 

Michael Brooks edited comment on CB-1378 at 9/6/12 5:43 AM:
------------------------------------------------------------

On my BlackBerry 9900 (OS 7.0.0.576) the Device Ready text appears okay.

It also appears on my BlackBerry 9650 (OS 5.0.0.732).

Similar to #CB-1375, I'm wondering how far we stretch to make the app work across all the quirks of BlackBerry.
                
      was (Author: mwbrooks):
    On my BlackBerry 9900 (OS 7.0.0.576) the Device Ready text appears okay.

It also appears on my BlackBerry 9650 (OS 5.0.0.732).

Similar to #1375, I'm wondering how far we stretch to make the app work across all the quirks of BlackBerry.
                  
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1378) Device is Ready text not shown on BB OS 7.0 or 7.1

Posted by "Michael Brooks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449125#comment-13449125 ] 

Michael Brooks commented on CB-1378:
------------------------------------

Device Ready appears on BlackBerry 9360 (OS 7.0.0.244)
                
> Device is Ready text not shown on BB OS 7.0 or 7.1
> --------------------------------------------------
>
>                 Key: CB-1378
>                 URL: https://issues.apache.org/jira/browse/CB-1378
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: App Hello World
>    Affects Versions: 2.1.0
>            Reporter: Drew Walters
>            Assignee: Michael Brooks
>
> Running the sample application on BlackBerry OS 7.0 and 7.1 (tested 9810 with 7.0.0.540 and 7.1.0.536) never shows the "Device is Ready" text. Looks like it has to do with the following CSS for that element:
> -webkit-animation:fade 3000ms infinite;
> If I comment out the above from the blink class then the "Device is Ready" text is displayed.  Note, OS 6.0 did not exhibit the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira