summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2021-04-26 18:59:14 (GMT)
committerfvogel <fvogelnew1@free.fr>2021-04-26 18:59:14 (GMT)
commit0be9c097c5e62ef6d0263a8bec001ea068a020a0 (patch)
tree2f94e89a2a974d66999abb20288a349399403871
parentc66660af94201431e7ea97f15a183d19b32ace93 (diff)
downloadtk-0be9c097c5e62ef6d0263a8bec001ea068a020a0.zip
tk-0be9c097c5e62ef6d0263a8bec001ea068a020a0.tar.gz
tk-0be9c097c5e62ef6d0263a8bec001ea068a020a0.tar.bz2
Backport stabilization of event-9 from 8.7
-rw-r--r--tests/event.test3
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