You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Andrew Kirkovski (JIRA)" <ji...@apache.org> on 2012/08/02 22:35:02 UTC

[jira] [Created] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

Andrew Kirkovski created CB-1184:
------------------------------------

             Summary: Phonegap crashes on ios status bar tab when using page change transition effects
                 Key: CB-1184
                 URL: https://issues.apache.org/jira/browse/CB-1184
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 1.9.0, 2.0.0
            Reporter: Andrew Kirkovski
            Assignee: Shazron Abdullah


This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
I wonder why it is not yet fixed.

I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.

Possible steps to reproduce.
1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
If divs are not heavy enough, bug is too unreproducable. 
2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
4. tab status bar. App crashes




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Andrew Kirkovski commented on CB-1184:
--------------------------------------

This is reproducable on iPhone, iPod devices and in simulators as well
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Andrew Kirkovski commented on CB-1184:
--------------------------------------

About iframe. 
If using iframe app stops receiving touches very quickly. (-webkit-overflow-scrolling: touch div + translateZ(0) + any css3 effect like slide to left)
http://groups.google.com/d/topic/phonegap/eYcoMaWx3bA?authuser=0&fromgroups + https://groups.google.com/forum/#!msg/phonegap/n2k-OvqCDcE/yfhKdzHi7nsJ
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah commented on CB-1184:
--------------------------------------

Regarding the Stack Overflow issue - we use the iframe because it fixes critical issues in WebKit, e.g. when you set innerHTML on an element, it will not render the contents. Using document.location screws this up somehow in the current frame. A lot of JavaScript frameworks use this functionality, and this was breaking it - thus we can't revert.
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Andrew Kirkovski commented on CB-1184:
--------------------------------------

Could there be some kind of workaround to stop status bar from sending events to application? Or is status bar a part of WebView and this can not be done?
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Andrew Kirkovski updated CB-1184:
---------------------------------

    Attachment: crash1.log

Crash log from device
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Neale Genereux commented on CB-1184:
------------------------------------

Hey guys,

Please note that the linked duplicate issue https://issues.apache.org/jira/browse/CB-1195 has a sample project which allows for 100% repro rate on this issue. In addition, the sample project will only have this issue if used with the Cordova framework. If the same index.html is used within a generic WebKit view, the issues will not occur. This leads me to believe that the issue is at very least related to the Cordova framework, if not caused by it. Could you please take another look at the issue with the sample project and if it is an Apple issue, log a bug with Apple?

Thanks!
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah updated CB-1184:
---------------------------------

    Fix Version/s: 2.1.0
    
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah commented on CB-1184:
--------------------------------------

I believe the fix for CB-593 fixes this. Please read that issue, and get the latest source code to test.
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
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-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah commented on CB-1184:
--------------------------------------

Thanks Andrew for the bug report and crash log. But from a preliminary look at your report and the crash log, it seems to be an external issue (not a Cordova issue) ie a WebKit one, that we have no control over.

I don't know if you have access to an iOS 6 device or the iOS 6 simulator, but can you test on those and report back. Thank you!
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah commented on CB-1184:
--------------------------------------

I think this issue is related: CB-593
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah resolved CB-1184.
----------------------------------

    Resolution: Fixed

See CB-593 fix. Test again when 2.1.0 is out next week, if it re-occurs we can re-open
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
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-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Shazron Abdullah commented on CB-1184:
--------------------------------------

Related: CB-1195
                
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>             Fix For: 2.1.0
>
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1184) Phonegap crashes on ios status bar tab when using page change transition effects

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

Andrew Kirkovski updated CB-1184:
---------------------------------

    Attachment: crash2.log
    
> Phonegap crashes on ios status bar tab when using page change transition effects
> --------------------------------------------------------------------------------
>
>                 Key: CB-1184
>                 URL: https://issues.apache.org/jira/browse/CB-1184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.9.0, 2.0.0
>            Reporter: Andrew Kirkovski
>            Assignee: Shazron Abdullah
>         Attachments: crash1.log, crash2.log
>
>
> This is not 100% reproducable, but seems to be a known problem: http://stackoverflow.com/questions/9700310/phonegap-xcode-ios-app-crashes-when-status-bar-is-tapped since 1.4 Phonegap
> I wonder why it is not yet fixed.
> I use translate3d to make ios use hardware acceleration and make transitions smooth. But that leads to status bar taps crashes app. When not using page transition effects, app works just fine.
> Possible steps to reproduce.
> 1. Load 2 heavy divs with graphics, divs styled as -webkit-overflow-scrolling: touch;
> If divs are not heavy enough, bug is too unreproducable. 
> 2. Children of divs styled as -webkit-transform: translateZ(0) to prevent them from disappearing during scroll
> 3. apply a transition to divs with hardware acceleration and transition. Like from "translateZ(0) scale(0,0)" to "translateZ(0) scale(1,1)"
> 4. tab status bar. App crashes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira