coderazzi / tablefilter-swing

TableFilter is a set of Swing components to support user-driven filtering on table.
https://coderazzi.net/tablefilter
MIT License
7 stars 2 forks source link

Table filter height in Substance L&F #2

Closed coderazzi closed 9 years ago

coderazzi commented 14 years ago

Original report by Anonymous.


Hi, first of all I would like to thank you for this extension, I've been looking for
something similiar for a long time. Unfortunately there is small issue under Substance
L&F - the height of filter row based on font size is always too small no matter
how large the font size is (screenshot with Nebula skin in the attachment). Maybe it
is possible to manually adjust the height of filter row's text field but I couldn't
find it (setPreferredSize() or setSize() doesn't work).

Original issue reported on code.google.com by gierlasinski on 2010-10-10 18:46:21


coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Hi, 

first, sorry for the very late reply, I had been excluded from these alerts :-(

I have just released version 4.0.0 of the library, but the issue you mention has escaped
totally my attention -and I am sure it won't be solved-. 

Let me have a look to check for the best solution,

Best regards,

  Lu.

Original issue reported on code.google.com by coderazzi on 2011-02-16 06:57:21

coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Hi, 

I tried the substance LF, using the same Nebula skin, and I didn't find the problems
you are reporting (see attached image). Nevertheless, I cannot infer from your screenshot
the OS that you are using, I could only test it now in Windows Vista.

The size of the editor is the size of a text field, for the provided font. The border
is removed from the UI, but this should not change the required field size...

I did find other issues with Substance: the background color is not properly respected,
while the foreground works as expected. The problem is that on the selected filters,
the foreground becomes white and the background, that should become dark blue, remains
white, so the text cannot be seen: a different selection foreground is then required.

Please let me know which version are you using (Substance) and the OS, and try also
the new 4.0 tablefilter library.

Best regards,

  Lu.

Original issue reported on code.google.com by coderazzi on 2011-02-17 00:42:13


coderazzi commented 13 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Version 4.1.0 includes a new settings to handle this possibility: filterRowHeightDelta,
which can be set on FilterSettings and/or TableFilterHeader

Original issue reported on code.google.com by coderazzi on 2011-03-14 03:35:55

coderazzi commented 12 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


(No text was entered with this change)

Original issue reported on code.google.com by coderazzi on 2011-11-14 23:11:07

coderazzi commented 9 years ago

Original comment by coderazzi coderazzi (Bitbucket: coderazzi, GitHub: coderazzi).


Already resolved (previously, before migrating to BitBucket)