Hi all,

does anyone else see that autoTab is broken on intel Macs (No other machines here to check right now). It does appear to work most of the time, however if there is a fast sequence of returns it puts return in the field instead of moving to the next field. This appears to be dependent on the selectedtext being empty or not.

Can anyone confirm that?

As a sidenode:

Placing a returnInField handler on card or stacklevel fixes the prob here:

ON returnInField
    IF the autotab of the target THEN
        type TAB
    ELSE
        pass returnInField
    END if
END returnInField

Thanks in advance,

Malte


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to