wei-spring / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

IOS 7 application with Picker-date crashed #1353

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Simple test application for Date Picker. 
Picker popup is displayed.
Application crashes when pressed OK on picker popup or when date is changed.

What steps will reproduce the problem?
    protected void beforeMain(Form f) {
        Container c = findContainerTop(f);
        Picker pck = new Picker();        
        pck.setType(Display.PICKER_TYPE_DATE);
        c.addComponent(pck);  
     }

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Application crashes on IOS 7.1.2 (Ipad Air), 7.0.4 (Iphone 5), 7.1 (Iphone 5).
Application works fine on IOS 8.1.3 (Iphone 4)  

Please provide any additional information below.
Post "IOS application with Picker-date crashed" of 28. jan
on discussion forum.

Original issue reported on code.google.com by ratko.sk...@gmail.com on 16 Feb 2015 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by shai.almog on 16 Feb 2015 at 5:21

GoogleCodeExporter commented 9 years ago
This is fixed now in SVN.  Will be included in next server update.
https://code.google.com/p/codenameone/source/detail?r=2132

Original comment by st...@weblite.ca on 16 Feb 2015 at 5:26

GoogleCodeExporter commented 9 years ago
Tested. Working good.
Thanks.

Original comment by ratko.sk...@gmail.com on 17 Feb 2015 at 9:54