Replies: 1 comment 1 reply
-
Hi Christoph, That's interesting, you're right. Do you want to work on this topic ? Feel free to ask. Take care, Laurent |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed an (unexpected) behavior when using the Chips widget.
If I create a "push" widget (by the way according to the description
SWT.TOGGLE
would be more suitable here thanSWT.PUSH
)and call setBorderColor(Color) I end up with no border at all.
This is, because in this case the
hoverBorderColor
andpushedStateBorderColor
is used.I'd like to discuss if we probably set all three colors in case one calls setBorderColor() instead as this is similar to css where one often often do e.g.
border-color: red; border-color-left: blue;
to set all sides of the border to red and then only adjust the one that should be different.Beta Was this translation helpful? Give feedback.
All reactions