Thank you for reporting this bug. We will make it our priority to review this report.
5.1 Beta - First mouse click on on Tab doesn't activate tab
5.1 Beta - First mouse click on on Tab doesn't activate tab
Installed the 5.1 Beta (5.1.0.47) and found this problem immediately. When clicking on a tab, the first mouse click shows the focus box around the tab title but it doesn't select the tab. You have to click a second time to select and activate the tab.
While probably unnecessary, I was willing to create a fiddle to show this problem however the 5.1 Beta is not available in Fiddle.
In Sencha Fiddle you have access to the latest nightly builds when you log in.
I created a simple tab example and it looks like that everything works fine.
http://ift.tt/1wcgxTLCode:
Ext.application({
name: 'Fiddle',
launch: function() {
new Ext.tab.Panel({
width: 400,
renderTo: Ext.getBody(),
height: 300,
items: [{
title: 'One',
html: 'text for tab one'
}, {
title: 'Two',
html: 'text for tab two'
}, {
title: 'Tree',
html: 'text for tab three'
}]
});
}
});
5.1 Beta - First mouse click on on Tab doesn't activate tab
Aucun commentaire:
Enregistrer un commentaire