surveyjs / survey-library

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

showProgresssBar: "aboveHeader" is broken #8418

Closed DominiqueMakowski closed 1 day ago

DominiqueMakowski commented 1 week ago

As can be seen in the demo, changing the showProgresssBar argument from "belowHeader" or "aboveHeader" does not make a difference (it stays below the header).

image

(linking https://github.com/jspsych/jsPsych/issues/3320)

JaneSjs commented 2 days ago

Hello @DominiqueMakowski, Thank you for reporting this issue. I forwraded it to our developers for further investigation. We'll update you shortly.

JaneSjs commented 1 day ago

Hello @DominiqueMakowski, I discussed this issue with our developers. It appears that the Above Header progress bar display mode is available with the Advanced Header mode. The advance header allow you to control the overall appearance of a survey header including a background color, header size and text alignment. Please refer to the following demo: View Plunker. image

We'll update our demo accordingly.

Thank you