-
26 Dec 2012 10:38 PM #1
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;
-
27 Dec 2012 6:20 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
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.
-
27 Dec 2012 3:52 PM #3
Nope
Nope
It does work on emulator, not on actual IPad 4 device, nor does it work on IPhone 3G
-
28 Dec 2012 10:38 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
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.
-
31 Dec 2012 5:33 AM #5
-
10 Jan 2013 5:26 AM #6
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;
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote