We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@fabarea: Do you have any feedback on this issue yet?
Sorry, something went wrong.
No update from my side
@xf- do you have any ideas on this?
No branches or pull requests
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 LTSThe text was updated successfully, but these errors were encountered: