surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 782 forks source link

Invalid progress bar layout with default theme within a Bootstrap 5-based project #8298

Closed dahaupt closed 1 month ago

dahaupt commented 1 month ago

Since a few versions, the progress bar layout is not as expected when using the default v2 theme within a Bootstrap 5 project.

I have also noticed, that several --sjs CSS variables are used but not set at all.

Actual layout: image

Expected layout: image

Workaround:

.sd-progress-buttons *, 
.sd-progress-buttons ::before, 
.sd-progress-buttons ::after {
    box-sizing: content-box;
}

Probably related to the change in #7668.

JaneSjs commented 1 month ago

Hello @dahaupt, Thank you for reporting this issue. I reproduced it on my end: View Demo. We will research this issue and update you as soon as we get any news to share. image

Thank you