Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.
  1. #1
    Sencha Premium Member
    Join Date
    Aug 2011
    Posts
    37
    Vote Rating
    0
    zehavibarak is on a distinguished road

      0  

    Default FieldSet not visible on IPad

    FieldSet not visible on IPad


    The following doesn't work on IPad device (real device):

    Ext.setup({
    onReady: function() {
    Ext.Viewport.add(
    Ext.create("Ext.form.Panel", {
    fullscreen: true,
    standardSubmit: true,
    layout: {
    type: 'vbox',
    align: 'stretch'
    },
    items: [{
    docked: "top", xtype: "toolbar",
    title: "!",
    items: [{
    handler: function () {
    },
    xtype: "button",
    text: "!!"
    }]
    },
    {
    xtype: "fieldset",
    instructions: "!!!",
    title: "!!!!",
    items: [
    {
    xtype: 'textfield',
    required: true,
    name: 'username',
    label: "!!!!!!"
    },
    {
    xtype: 'passwordfield',
    required: true,
    name: 'password',
    label: "!!!!!!"
    }, {
    xtype: 'checkboxfield',
    name: 'RememberMe',
    label: "!!!!!!!!!"
    }]
    }, { html: '!!!!!!!!!!!!' }]
    })
    )
    }
    });

    Fieldset not visible;

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Just tried on iPad 2, 3, 4 with iOS 5, 6 and your test case works on ST 2.1.0
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha Premium Member
    Join Date
    Aug 2011
    Posts
    37
    Vote Rating
    0
    zehavibarak is on a distinguished road

      0  

    Default Nope

    Nope


    It does work on emulator, not on actual IPad 4 device, nor does it work on IPhone 3G

  4. #4
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,107
    Vote Rating
    453
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Quote Originally Posted by zehavibarak View Post
    It does work on emulator, not on actual IPad 4 device, nor does it work on IPhone 3G
    I do not have an iPhone 3G but as I have said I have tested your testcase on iPad 2, 3, 4 with a mix of iOS 5 and 6 on ST 2.1.0. I have an iPhone 4 and 5 I can test on but with the 3 iPads I have, which are real life devices I have in my hand, I cannot reproduce the issue you are having. I would love to help but I need to reproduce the issue so I can open a bug report and get it fixed.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  5. #5
    Sencha Premium Member
    Join Date
    Aug 2011
    Posts
    37
    Vote Rating
    0
    zehavibarak is on a distinguished road

      0  

    Default


    When body dir="rtl"

  6. #6
    Sencha Premium Member
    Join Date
    Aug 2011
    Posts
    37
    Vote Rating
    0
    zehavibarak is on a distinguished road

      0  

    Default I can really use a fix for that one too

    I can really use a fix for that one too


    It happens when dir=rtl;