diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-28 07:56:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-28 07:56:13 (GMT) |
commit | be873bf63eba1e99003bacf0b8214da688462985 (patch) | |
tree | eee8262fa53b3433ed5f112d6c18e93c5feec985 /tests/event.test | |
parent | b0ff53377869ccfb7928d389f7bd6fdeddaca3f3 (diff) | |
parent | 7cd7731a93610c00e44c811f86b7afd62e83b82e (diff) | |
download | tk-be873bf63eba1e99003bacf0b8214da688462985.zip tk-be873bf63eba1e99003bacf0b8214da688462985.tar.gz tk-be873bf63eba1e99003bacf0b8214da688462985.tar.bz2 |
Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis build failures
Diffstat (limited to 'tests/event.test')
-rw-r--r-- | tests/event.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/event.test b/tests/event.test index ad3a1bc..ebe0da8 100644 --- a/tests/event.test +++ b/tests/event.test @@ -245,7 +245,7 @@ test event-2.2(keypress) {type into entry widget and then delete some text} -set set e [entry $t.e] pack $e tkwait visibility $e - # Avoid a hang when macOS puts the mouse pointer on the green button + # Avoid a hang when macOS puts the mouse pointer on the green button wm geometry .t +200+100 _keypress_string $e MELLO _keypress $e BackSpace @@ -359,7 +359,7 @@ test event-3.1(click-drag) {click and drag in a text widget, this tests # Save the position of the insert cursor lappend result [$e index insert] - + # Now drag until selend is highlighted, then click up set current $anchor @@ -426,7 +426,7 @@ test event-3.1(click-drag) {click and drag in a text widget, this tests # Save the position of the insert cursor lappend result [$e index insert] - + # Now drag until selend is highlighted, then click up set current $anchor @@ -612,7 +612,7 @@ test event-4.2(double-click-drag) {click down, click up, click down again, deleteWindows } -result {select 11 7 select 4 { select} {Word select} 2} -test event-5.1(triple-click-drag) {Triple click and drag across lines in a +test event-5.1(triple-click-drag) {Triple click and drag across lines in a text widget, this should extend the selection to the new line} -setup { deleteWindows } -body { @@ -797,7 +797,7 @@ test event-7.2(double-click) {A double click on a lone character set result [list] lappend result [$e index insert] lappend result [_get_selection $e] - + # Clear selection by clicking at 0,0 event generate $e <ButtonPress-1> -x 0 -y 0 @@ -825,7 +825,7 @@ test event-7.2(double-click) {A double click on a lone character } -result {4 A 4 A} test event-8 {event generate with keysyms corresponding to - multi-byte virtual keycodes - bug + multi-byte virtual keycodes - bug e36963bfe8df9f5e528134707a91b9c0051de723} -constraints nonPortable -setup { deleteWindows set res [list ] |