Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
8209788: Left/Right/Ctrl+A keys not working in editor of ComboBox if popup showing #172
8209788: Left/Right/Ctrl+A keys not working in editor of ComboBox if popup showing #172
Changes from all commits
c2beb0d
f0c94d6
e9f7d40
7f52824
f81ed02
0353814
f58ee4a
22f79d6
2539a5a
b948ef1
de91bed
0755797
697e439
File filter...
Jump to…
kleopatraSep 9, 2020
Collaborator
nit-pick about naming: I think we don't use (crippled) hungarian notation, or do we? If we don't, the leading "p" should be removed, isIn/Editable/Combo is expressive enough (and no need to differentiate by type of functional interface, IMO)
arapteSep 11, 2020
Author
Member
Even I was bit skeptical about prefix p, before it those names sounded like a boolean. So I wanted to give it a different name. But as you said, isIn/Editable/Combo looks enough expressive. Changed names.