wdonne
1 Mar 2011, 3:27 AM
Hi,
I have a list in a panel that is configured as follows:
{
disableSelection: true,
itemTpl:
'<table class="library-item"><tr><td><img src="{icon}"/></td>' +
'<td>{title}</td></tr></table>',
onItemDisclosure: true,
store: libraries,
xtype: 'list',
listeners:
{
disclose: {fn: editLibrary},
itemtap: {fn: openLibrary}
}
}
When tapping an item or a disclosure button there is a long delay before the event actually fires. Doing a double tap fires it immediately, while it shouldn't fire at all. This indicates there may be something wrong with the double tap detection logic.
This happens on iPhone and iPad. In Safari on the desktop there is no such problem with click events.
Best regards,
Werner Donné.
I have a list in a panel that is configured as follows:
{
disableSelection: true,
itemTpl:
'<table class="library-item"><tr><td><img src="{icon}"/></td>' +
'<td>{title}</td></tr></table>',
onItemDisclosure: true,
store: libraries,
xtype: 'list',
listeners:
{
disclose: {fn: editLibrary},
itemtap: {fn: openLibrary}
}
}
When tapping an item or a disclosure button there is a long delay before the event actually fires. Doing a double tap fires it immediately, while it shouldn't fire at all. This indicates there may be something wrong with the double tap detection logic.
This happens on iPhone and iPad. In Safari on the desktop there is no such problem with click events.
Best regards,
Werner Donné.