please try out the demo application
here . It’s based on the latest 0.8.1.v7 version, and at least there the date filter popup works for me in all browsers, including Chrome 25.0.
If the demo app does not work for you, try to add the debug parameter to the url and see if there are any error messages logged. If the demo app works, please post your own code so we could figure out what’s the difference. Also see the debug window in your own app to see if there’s any errors logged.
You’re right - there’s currently no known bugs for the FilteringTable since I’ve had some time to work through the back log of issues lately, so effectively every bug is a new one (or a regression, of course). You can report the issues in the
GitHub issues page .
Ok, good that your issue was solved. When using maven, running ‘mvn clean’ should cause the widgetset to be compiled on the next run of ‘mvn install’. If this is not the case, you can just use ‘mvn vaadin:compile’ to manually recompile the widgetset. There’s more info
in the book if needed.
You can also try if “mvn vaadin:clean” helps in those cases - it should remove some of the GWT artifacts (including the widgetset) if “mvn clean” leaves something behind.