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
8267385: Create NSAccessibilityElement implementation for JavaComponentAccessibility #4412
Changes from 1 commit
c05c814
66ce693
f7979c6
e8b284f
dd219ab
d74af05
280ee5f
e9b966b
ba09569
fbe3443
76cba14
b4ef57a
a07c86d
6505334
a13d6a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -28,6 +28,7 @@ | ||
* @summary Create implementation for NSAccessibilityComboBox protocol peer | ||
* @author Artem.Semenov@jetbrains.com | ||
* @run main/manual AccessibleJComboboxTest | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On what platforms these tests are supposed to work? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These tests can be applied wherever a11y support is implemented and running. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Even on Linux? I meant if the test will be run on the platform where a11y is not implemented then this will be reported as a bug. So if on some supported platforms these tests will fail it is better to update the "tags" or the problemlist before integration. Otherwise, people will report new bugs after. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
* @requires (os.family == "windows" | os.family == "mac") | ||
*/ | ||
|
||
import javax.swing.*; | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary should be something like "Test implementation of NSAccessibilityComboBox protocol peer" or "Test Combobox accessibility"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done