diff options
Diffstat (limited to 'tests/event.test')
-rw-r--r-- | tests/event.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/event.test b/tests/event.test index 32641be..f0e2311 100644 --- a/tests/event.test +++ b/tests/event.test @@ -875,6 +875,9 @@ test event-9 {no <Enter> event is generated for the container window when its bind .top <Enter> {lappend res %W} pack [frame .top.f -bg green -width 50 -height 50] -anchor se -side bottom tkwait visibility .top.f + after 50 + update + focus -force .top.f event generate .top.f <Motion> -warp 1 -x 25 -y 25 ; # <Enter> sent to .top and .top.f controlPointerWarpTiming update ; # idletasks not enough |