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

AssistanceIconPanel/RegexAwareComboBox issues #22

Closed
bobbylight opened this issue Nov 8, 2021 · 0 comments
Closed

AssistanceIconPanel/RegexAwareComboBox issues #22

bobbylight opened this issue Nov 8, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@bobbylight
Copy link
Owner

This is really two separate issues, but they're kind of related, so I'll fix them at the same time.

  1. AssistanceIconPanel listens to a child JTextComponent in a JComboBox, if a combo box is the component being wrapped. On focus gained/lost of the text component, the assistance icon is shown/hidden. However, when the LookAndFeel changes, this child text component can also change. We should update our FocusListener so we keep behaving properly after runtime look and feel changes.
  2. When RegexAwareComboBox.setContentAssistImage(Image) is called, we should fire a ContentAssistable.ASSISTANCE_IMAGE event to ensure our displayed icon is properly updated.
@bobbylight bobbylight self-assigned this Nov 8, 2021
@bobbylight bobbylight added the bug label Nov 8, 2021
@bobbylight bobbylight added this to the 3.1.3 milestone Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant