Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6 [win32] Keyboard shortcuts for radio buttons don't work anymore #24

Merged
merged 1 commit into from
Apr 6, 2022

Conversation

rolfth
Copy link
Contributor

@rolfth rolfth commented Apr 6, 2022

Signed-off-by: Rolf Theunissen rolf.theunissen@gmail.com

… work anymore

Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>
Copy link
Member

@niraj-modi niraj-modi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified on Win10.
Thanks Rolf for the fix.

@niraj-modi niraj-modi merged commit ca1bc19 into eclipse-platform:master Apr 6, 2022
@rolfth rolfth deleted the issue/6 branch April 6, 2022 07:59
@@ -425,6 +428,48 @@ public void test_setTextLjava_lang_String() {
button.setText("");
}

@Test
public void test_traverseCheckButton() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails on Linux.
https://download.eclipse.org/eclipse/downloads/drops4/I20220406-0600/testresults/html/org.eclipse.swt.tests_ep424I-unit-cen64-gtk3-java11_linux.gtk.x86_64_11.html

Test_org_eclipse_swt_widgets_Button | test_traverseCheckButton | Failure | N/A
java.lang.AssertionErrorat org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Button.test_traverseCheckButton(Test_org_eclipse_swt_widgets_Button.java:448)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@niraj-modi Did you check the build results before merging?
I was not able to check them because build results were removed already, probably as result of the merge. I wonder if the test consistently fails or if it is flacky.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tried it on Linux locally, that was failing for me two times in the row.

@@ -425,6 +428,48 @@ public void test_setTextLjava_lang_String() {
button.setText("");
}

@Test
public void test_traverseCheckButton() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails on Linux.
https://download.eclipse.org/eclipse/downloads/drops4/I20220406-0600/testresults/html/org.eclipse.swt.tests_ep424I-unit-cen64-gtk3-java11_linux.gtk.x86_64_11.html

Test_org_eclipse_swt_widgets_Button | test_traverseCheckButton | Failure | N/A
java.lang.AssertionErrorat org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Button.test_traverseCheckButton(Test_org_eclipse_swt_widgets_Button.java:448)

niraj-modi pushed a commit to niraj-modi/eclipse.platform.swt that referenced this pull request Apr 7, 2022
… work anymore (eclipse-platform#24)

Change-Id: I09f81bc5041bb1aa61fb7b62300a772aa6853abf
Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>
niraj-modi pushed a commit that referenced this pull request Apr 7, 2022
Change-Id: I09f81bc5041bb1aa61fb7b62300a772aa6853abf
Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>
niraj-modi added a commit that referenced this pull request Apr 12, 2022
* #6 [win32] Keyboard shortcuts for radio buttons don't work anymore (#24)

Change-Id: I09f81bc5041bb1aa61fb7b62300a772aa6853abf
Signed-off-by: Rolf Theunissen <rolf.theunissen@gmail.com>

* Bug 579626 - RTL text is not rendered correctly on TextLayout #37

Change-Id: I74f0fc34159d2ae6442b501eb2e8038c82c03ac2
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

Co-authored-by: rolfth <rolf.theunissen@gmail.com>
@niraj-modi niraj-modi linked an issue Apr 18, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboard shortcuts for radio buttons don't work anymore
3 participants