stan229
4 Nov 2011, 7:35 AM
REQUIRED INFORMATION Ext version tested:
Sencha Touch 2.0 rev PR1
Browser versions tested against:
Chrome 15
iOS Simulator
DOCTYPE tested against:
html
Description:
hideOnMaskTap (default: true) hides panel regardless of where you click, in the mask or inside the panel.
Steps to reproduce the problem:
Render window/popup/overlay
Click anywhere
The result that was expected:
Window should not close and allow proper interaction
The result that occurs instead:
Window closes
Test Case:
Ext.setup({
onReady : function() {
var popup = Ext.create('Ext.Panel', {
modal : true,
centered : true,
width : 300,
height : 400,
layout : 'fit',
items : [{
docked : 'top',
xtype : 'toolbar',
title : 'Add Borrower'
}, {
xtype : 'formpanel',
items : [{
xtype : 'textfield',
name : 'hello',
label : 'hello'
}]
}],
scrollable : true
});
popup.show();
}
}); HELPFUL INFORMATION Screenshot or Video:
http://www.youtube.com/watch?v=JcflovBc4NQ&feature=player_embedded
Operating System:
Mac OSX 10.7.1
Sencha Touch 2.0 rev PR1
Browser versions tested against:
Chrome 15
iOS Simulator
DOCTYPE tested against:
html
Description:
hideOnMaskTap (default: true) hides panel regardless of where you click, in the mask or inside the panel.
Steps to reproduce the problem:
Render window/popup/overlay
Click anywhere
The result that was expected:
Window should not close and allow proper interaction
The result that occurs instead:
Window closes
Test Case:
Ext.setup({
onReady : function() {
var popup = Ext.create('Ext.Panel', {
modal : true,
centered : true,
width : 300,
height : 400,
layout : 'fit',
items : [{
docked : 'top',
xtype : 'toolbar',
title : 'Add Borrower'
}, {
xtype : 'formpanel',
items : [{
xtype : 'textfield',
name : 'hello',
label : 'hello'
}]
}],
scrollable : true
});
popup.show();
}
}); HELPFUL INFORMATION Screenshot or Video:
http://www.youtube.com/watch?v=JcflovBc4NQ&feature=player_embedded
Operating System:
Mac OSX 10.7.1