Re: Looks like a bug with image submit
On 15.10.2010 09:24, p.stavrini...@albourne.com wrote:
> When using an image submit button it appears that the onSelected event never
> fires:
Yes, and it is a known one:
https://issues.apache.org/jira/browse/TAP5-
On 15.10.2010 09:24, p.stavrini...@albourne.com wrote:
> When using an image submit button it appears that the onSelected event never
> fires:
Yes, and it is a known one:
https://issues.apache.org/jira/browse/TAP5-711
Regards
Stephan
--
Hi,
When using an image submit button it appears that the onSelected event never
fires: I.e:
This works:
//Java
void onSelectedFromNotesSearch(){
// is invoked
}
But this doesn't:
//Java
void onSelectedFromNotesSearch(){
// is not invoked