wyldcard icon indicating copy to clipboard operation
wyldcard copied to clipboard

WyldCard does not send CloseField messages and moves the cursor to the next text field when user presses a tab on a text field

Open ooper-zz opened this issue 1 year ago • 2 comments

The above is the HC behavior, to allow "tabbing" across fields. However, it also means you cannot add tabs. Perhaps we can make it behave that way ONLY if there are no other fields. @defano, please advise. Thanks!

ooper-zz avatar Aug 05 '22 04:08 ooper-zz

I would propose the way to handle this is similar to how many text editors handle soft returns: If the user presses ctrl-tab, a tab character is inserted into the contents of the field but if they just press tab then HyperCard's normal behavior occurs.

Should be easy to implement, I'd think...

defano avatar Aug 06 '22 13:08 defano

Yes, that's exactly how it should behave. I will take a look.

ooper-zz avatar Aug 06 '22 16:08 ooper-zz