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

Filter problem when the value contains backslashes #42

Closed coderazzi closed 8 years ago

coderazzi commented 8 years ago

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


Hi there,

I am having trouble with filters for path names (see screenshot). In the list of suggested values all backslashes are replaced by double backslashes (probably an escaping issue), but neither the filter text with a single backslash nor with two backslashes matches any entry. I would have files this as a bug but couldn't log in to bitbucked...

Dirk

coderazzi commented 8 years ago

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


Solved on release 5.2.2