Open fabarea opened 8 years ago
This is most probably a problem coming form flux but nevertheless I am reporting here. It looks the slider does not work as it should. Actually the only valid value is "100" (cf. screenshot), anything else is marked as invalid. If we remove attribute maximum="100" from https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ProgressBar.html#L16, the problem disappears apart that it does respect the jump interval of "1" from the slider.
maximum="100"
I tested with flux and fluidbootstraptheme both on "development" branch on TYPO3 7 LTS
flux
fluidbootstraptheme
@fabarea: Do you have any feedback on this issue yet?
No update from my side
@xf- do you have any ideas on this?
This is most probably a problem coming form flux but nevertheless I am reporting here. It looks the slider does not work as it should. Actually the only valid value is "100" (cf. screenshot), anything else is marked as invalid. If we remove attribute
maximum="100"
from https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/blob/development/Resources/Private/Templates/Content/ProgressBar.html#L16, the problem disappears apart that it does respect the jump interval of "1" from the slider.I tested with
flux
andfluidbootstraptheme
both on "development" branch on TYPO3 7 LTS