onDataChange different behaviour Windows / Apple

Hi,

I noticed a weird difference between Windows & Apple.
I have a global searchfield, with an onDataChange method that fires the searchmethod.

on Windows you can hit Enter after you type in the search (what most people do) or hit TAB key.
both ways the search method is fired.

on Apple (Leopard, Java 1.5) only the TAB key is working and not the Enter key… :-(

I rather not use both the onAction and onDataChange, because than everything is fired twice.
This is in Servoy 3.5.9, btw
Anyone else having this problem?

I can confirm that in MacOS 10.5 and Servoy 4.1.2 only the TAB will trigger the onDataChange, not sure about Windows tough.