diff options
author | fvogel <fvogelnew1@free.fr> | 2016-05-25 21:19:33 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-05-25 21:19:33 (GMT) |
commit | a3269cc2a9251c0a1f660b3f18079be25cc4bc69 (patch) | |
tree | 0c6937cedd3a4207162fa7ac64b7a0094bc63d87 /tests/bind.test | |
parent | 6c5b3df17c8246d38c607d370b95043996edce84 (diff) | |
download | tk-a3269cc2a9251c0a1f660b3f18079be25cc4bc69.zip tk-a3269cc2a9251c0a1f660b3f18079be25cc4bc69.tar.gz tk-a3269cc2a9251c0a1f660b3f18079be25cc4bc69.tar.bz2 |
Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test window
Diffstat (limited to 'tests/bind.test')
-rw-r--r-- | tests/bind.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bind.test b/tests/bind.test index 474771d..ab3fa15 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -34,6 +34,14 @@ proc unsetBindings {} { bind .t <Enter> {} } +# move the mouse pointer away of the testing area +# otherwise some spurious events may pollute the tests +toplevel .top +wm geometry .top 50x50-50-50 +update +event generate .top <Button-1> -warp 1 +update +destroy .top test bind-1.1 {bind command} -body { bind |