I am developing Flash Builder application that has ColorPicker component. When the ColorPicker has focus and I press left of right arrow from keyboard, the color changes.
Documentation from there says that this is a default behavior for the ColorPicker:
When the swatch panel is closed, but has the focus, pressing the Up and Down arrow keys has no effect. The Left and Right Arrow keys change the color picker selection, moving through the colors as if the panel were open.
Unfortunately, set focus to false doesn't help. Is there a way to avoid changing color using keyboard arrows?
Thank you.