Success! Looks like we've fixed this one. According to our records the fix was applied for TOUCH-968 in 2.0.
  1. #1
    Sencha User
    Join Date
    Jun 2011
    Posts
    18
    Vote Rating
    0
    Akrion is on a distinguished road

      0  

    Default Ext.form.Panel scrollable: false Bug (changes background to black)

    Ext.form.Panel scrollable: false Bug (changes background to black)


    Sencha Tocuh version tested:
    • 2.0 Beta1
    Browser versions tested against:
    • Chrome
    • Safari 4
    Description:
    • Ext.form.Panel "scrollable" config changes the background to BLACK
    Steps to reproduce the problem:
    • create Ext.form.Panel
    • add scrollable: false to the config section
    The result that was expected:
    • unchanged background
    The result that occurs instead:
    • background of the form changes to BLACK
    View Test Code:
    Code:
       Ext.define('My.view.X', {    extend: 'Ext.form.Panel',
        
        constructor: function (config) {
            this.callParent(arguments);     
        },
        
        config: {            
            autoRender: true,        
            floating: true,
            modal: true,
            centered: true,
            hideOnMaskTap: false,
            scrollable: false,
            height: 380,
            width: 480,                
            items: [        
            {
                id: 'lf_tbTop',
                xtype: 'toolbar',
                docked: 'top',            
                title: 'X Mobile',
                ui: 'light'
            },
            {            
                xtype: 'toolbar',
                docked: 'bottom',
                items: [
                    { xtype: 'spacer' },
                    {
                        id: 'lf_btnSignOn',
                        text: 'Sign On',
                        ui: 'confirm'
                    }
                ]
            }
            ]        
        }
    })

  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


    Thank you for the report.
    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 - Sencha Touch Dev Team Jamie Avins's Avatar
    Join Date
    Mar 2007
    Location
    Redwood City, California
    Posts
    3,659
    Vote Rating
    14
    Jamie Avins is a jewel in the rough Jamie Avins is a jewel in the rough Jamie Avins is a jewel in the rough

      0  

    Default


    This is no longer the case with the lastest builds.

    Sencha Inc

    Jamie Avins

    @jamieavins