You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may take some event cycles before the parent shell that
is getting focus/activation back gets the notification.
Therefore wait until the Activate listener is called
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Shell.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
importorg.eclipse.swt.widgets.Shell;
44
44
importorg.eclipse.swt.widgets.Text;
45
45
importorg.junit.jupiter.api.BeforeEach;
46
+
importorg.junit.jupiter.api.RepeatedTest;
46
47
importorg.junit.jupiter.api.Test;
47
48
48
49
/**
@@ -652,8 +653,8 @@ public void test_setBoundsLorg_eclipse_swt_graphics_Rectangle() {
652
653
* Regression test for Bug 436841 - [GTK3] FocusOut/In and Activate/Deactivate
653
654
* events when opening context menu. Only applicable on GTK x11.
0 commit comments