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

ColorPickerHistory always sets white color #12592

Open
krockamichael opened this issue Jul 21, 2023 · 0 comments
Open

ColorPickerHistory always sets white color #12592

krockamichael opened this issue Jul 21, 2023 · 0 comments

Comments

@krockamichael
Copy link

Vaadin version: 8.14.3
Browser: any, e.g. Chrome Version 114.0.5735.199 (Official Build) (64-bit)
Container: TomEE, J2EE

Steps to reproduce:

  1. Let's have a Vaadin screen with ColorPicker
  2. ColorPicker features also history - ColorPickerHistory
  3. Upon clicking cell in history a ValueChangeEvent is fired
  4. This value change event, however, has value set to white rgb(255,255,255) and not the actual color that is present in the history cell
  5. This is due to the fact that the ColorPickerHistory.getValue() returns the white color

Workaround:
None.

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

No branches or pull requests

1 participant