[REBOL] [bug?] engage away action
From: rebol-list2:seznam:cz at: 25-Jul-2004 22:11
Hello rebolist,
just want to ask you if this is bug or not:
view layout [
b: box 100x100 100.100.100 with [
feel: make face/feel [
engage: func [face action event][probe action]
]
pane: make face [size: 50x50 color: 200.0.0 feel: none]
]
]
The red box is part of gray box and should be without any feel. But
when I click into gray box and drag mouse over red box, I receive
'away action in gray box. I think I should receive this action only
when I leave the gray box not when I drag over part of this face:(
Hope it's clear what I need.
--
Best regards,
rebOldes -----------------[ http://oldes.multimedia.cz/ ]