Manfred Tremmel
Manfred Tremmel
I had the same problem, solved it by adding the extension at the postgresql, the line in the docker-compose file changed from - DB_EXTENSION=pg_trgm to - DB_EXTENSION=pg_trgm,btree_gist This should be...
Hello @marciodel , you are right, we will need a new aproach, when GWT 3.0 will reach. As far we have a featureset, I'll try to port it. At the...
Problem also exists in Firefox 58. Linux, Mac or Windows doesn't matter.
I've tried to analyze the problem, and it looks like Firefox >= 57 reports type of a datetime-local input element as text, so the detection fails and the input widget...
What solves the problem: replace line 3610 in https://github.com/aFarkas/webshim/blob/gh-pages/js-webshim/dev/shims/combos/10.js ` var type = $.prop(this, 'type'); ` with ` var type = this.getAttribute('type'); `
Just done a view tests which type is reported - Firefox 52.6.0ESR -> text - Firefox 53.0.3 -> text - Firefox 54.0.1 -> text - Firefox 55.0.3 -> text -...
Hm, interesting question, my local build works without any problem. I've just downloaded and compiled it: ... Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar...