Closed tduchateau closed 10 years ago
Comment by tduchateau from Monday Jul 22, 2013 at 21:25 GMT
Wow! Thanks! Two comments:
The moral being: OSS rocks :metal:
Comment by Jdourd from Monday Jul 22, 2013 at 21:30 GMT
Ah les boulets, on a oublié les parenthèses :o
stringRegexBuilder.append("^").append('('); ... stringRegexBuilder.append(')').append("$");
En toute logique, ca corrige le soucis de la regex... !
2013/7/22 Thibault Duchateau notifications@github.com
Wow! Thanks! Two comments:
- indded, it must have been quite a challenge to find this out!
- I never thought I would experience this kind of issue :-)
The moral being: OSS rocks [image: :metal:]
— Reply to this email directly or view it on GitHubhttps://github.com/dandelion/issues/issues/152#issuecomment-21376975 .
Comment by tduchateau from Monday Jul 22, 2013 at 21:44 GMT
@Jdourd :-)
Comment by tduchateau from Monday Jul 22, 2013 at 22:02 GMT
https://dandelion.ci.cloudbees.com/job/dandelion-datatables-build/189/console :-(
Issue by gorder from Monday Jul 22, 2013 at 18:56 GMT
This one cost me a bit of time tracking down :)
Basically what happens is this. If I define a table that looks like the one I defined below, the optionListHtml property does not render. This is due to the fact that the regex on line 170 of Utils.java erroneously matches that String and performs a toLowerCase() on it causing datatables to not be able to match it as it is looking for optionListHtml not optionlisthtml.