[EMAIL PROTECTED] wrote:

> View version: REBOL/View 0.9.9.4.2 1-Jun-2000
>
> Synopsis:
>   Defining a shortcut key for a button and selecting a field,
>   the field will never receive the char, if typed, as specified by
>   the shortcut.
>
> Code to reproduce:
>
>   rebol[]
>
>   view layout [
>     button "test" #"t"
>     across text "Text Field:" tab tf: field
>   ]
>

hmm, now that's interesting - after playing with above code (except
rebol []) inserted to console via clipboard, I got /View hard crash.

btw: functionality of above code is strange. Events for button are
reflected inside of field?

-pekr-

>
> Attempting to use the letter 't' in field will show what I mean.
>
> Regards,
> Deryk Robosson
>
> cc'd to feedback@ (could not find info on a bugs@ address)

Reply via email to