Closed rlindsgaard closed 10 years ago
There is a conflict if the sum of the max chars are lesser than the minimal size. The minial size should be forced to be that of the sums of the maximum characters if they are valid (that is max >= min)
Fixed in https://github.com/RndPhrase/RndPhrase.js/commit/1ff46254a740e4d80367219dab71078050f0f236
Reopened. It does not work correctly in 0.9.3
I think I fixed this with 0.9.5. If didn't next time I should write how to reproduce it.
There is a conflict if the sum of the max chars are lesser than the minimal size. The minial size should be forced to be that of the sums of the maximum characters if they are valid (that is max >= min)