orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

`<fr:navigate>` to hide the progress bar if navigation is canceled #6314

Open avernet opened 1 month ago

avernet commented 1 month ago

At the XForms level, when using <xf:load>, we can use the attribute xxf:show-progress="false", but we lack a similar attribute for <fr:navigate>. While adding one is an option, ideally, this behavior would be automatic: detecting a canceled navigation and subsequently hiding the progress bar. Implementing this at the XForms level could potentially eliminate the need for the xxf:show-progress="false" attribute in most, if not all, cases.

+1 from user