| Summary: | Not possible to simply clear filter of "Excel-like" filters | ||
|---|---|---|---|
| Product: | [Technology] NatTable | Reporter: | Dirk Fauth <dirk.fauth> |
| Component: | GlazedLists Extension | Assignee: | Dirk Fauth <dirk.fauth> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0.3 | ||
| Target Milestone: | 2.1.0 | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| See Also: |
https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196859 https://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=40eb716758467093ca42409d2fbf5293c4747266 https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196874 https://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=2c568e2f9cb0ad50bcc58a2b18de8e8dbc2c4f3d |
||
| Whiteboard: | |||
|
Description
Dirk Fauth
New Gerrit change created: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196859 Gerrit change https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196859 was merged to [master]. Commit: http://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=40eb716758467093ca42409d2fbf5293c4747266 New Gerrit change created: https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196874 Gerrit change https://git.eclipse.org/r/c/nattable/org.eclipse.nebula.widgets.nattable/+/196874 was merged to [master]. Commit: http://git.eclipse.org/c/nattable/org.eclipse.nebula.widgets.nattable.git/commit/?id=2c568e2f9cb0ad50bcc58a2b18de8e8dbc2c4f3d The applied fix is only working partially. While it is possible to clear the filter now, a click on the combobox icon if no filter is applied does not open the combobox anymore. While this is a minor issue, it is not consistent. The reason is that the check if a filter is applied or not in the matcher needs another information than the default matcher, because a not-applied-filter means everything is selected, and that is not null. To fix this a reference to the IComboBoxDataProvider is needed, similar to the ComboBoxFilterIconPainter. As this means introducing a new constructor and new fields, the complete fix of this ticket needs to be postponed to a 2.1 Fixed with 2.1.0 |