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

Problem in tables' renderer for cell including checkbox since 0.35 #107

Closed
Poivin opened this issue May 28, 2020 · 3 comments
Closed

Problem in tables' renderer for cell including checkbox since 0.35 #107

Poivin opened this issue May 28, 2020 · 3 comments

Comments

@Poivin
Copy link

Poivin commented May 28, 2020

Hi @DevCharly,

since 0.35 i have a regression in the background/border of cells including checkbox in tables (my tables have an alternate row renderer) :

image

Do you think it is a regression in flatLAF?

Thanks

@Poivin
Copy link
Author

Poivin commented May 28, 2020

Previous display :
image

@DevCharly
Copy link
Collaborator

Yes, there is a change in 0.35. The default checkbox table renderer was non-opaque in 0.34 and is opaque in 0.35. The change is in commit d3a70b8 for issue #77.

Do you use a custom renderer for the checkboxes?
Does your renderer work with Metal or Windows LaF?

@Poivin
Copy link
Author

Poivin commented May 28, 2020

Yes it is a specific renderer that works in metal LAF (the difference between alternate colors are low) :
image

but in nimbus LAF it does not work...
image

The row selection background is also not propagated to the checkbox cell

It is ok in flatLAFdemo we will check our renderer regarding your commit and then close this issue

Thanks Karl!

@Poivin Poivin closed this as completed Jun 8, 2020
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

2 participants