steve.neill
4 Oct 2007, 10:16 AM
var c = new Ext.form.ComboBox({
store: a_store_object,
displayField: 'something',
editable: false,
mode: 'local',
triggerAction: 'all'
});
Get focus of the combo then hit Backspace (delete on the Mac) and your page will unload!
This behavior was found on FF2 on Mac OS.
store: a_store_object,
displayField: 'something',
editable: false,
mode: 'local',
triggerAction: 'all'
});
Get focus of the combo then hit Backspace (delete on the Mac) and your page will unload!
This behavior was found on FF2 on Mac OS.