bootstraptheme-for-typo3 / fluidbootstraptheme

A collection of Twitter Bootstrap oriented Fluid Content Elements and Page Templates written for `EXT:fluidcontent` and `EXT:fluidpages` using ViewHelpers from `EXT:vhs`. It uses `EXT:flux`
43 stars 29 forks source link

[BUGFIX] Slider in ProgressBar does not work #288

Open fabarea opened 8 years ago

fabarea commented 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.

I tested with flux and fluidbootstraptheme both on "development" branch on TYPO3 7 LTS

screenshot 2015-12-15 16 06 38 screenshot 2015-12-15 16 06 44

outdoorsman commented 8 years ago

@fabarea: Do you have any feedback on this issue yet?

fabarea commented 8 years ago

No update from my side

outdoorsman commented 8 years ago

@xf- do you have any ideas on this?