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

TOC section stays highlighted #6336

Closed avernet closed 3 weeks ago

avernet commented 1 month ago
  1. Load http://localhost:8080/orbeon/fr/orbeon/controls/new?fr-wizard-page=utility-controls.
  2. In the TOC, click on Typed Controls.
  3. ⇒ Notice that both Utility Controls and Typed Controls are highlighted, while we'd expect only Typed Controls to be.

Screenshot 2024-05-21 at 7 08 03 PM

ebruchez commented 1 month ago

Reproduced. This only happens if you start with an initial wizard page specified on the URL.

ebruchez commented 1 month ago

This doesn't happen on master.

ebruchez commented 1 month ago

However, I think that @avernet you reproduced that on master?

ebruchez commented 1 month ago

This happens on demo with 2023.1.2.

avernet commented 1 month ago

However, I think that @avernet you reproduced that on master?

I reproduce this with the latest code we have on 2023.1-pe (so to be clear, not on master).

ebruchez commented 1 month ago

The wizard debugger and the wizard instances appear the same in both cases.

ebruchez commented 1 month ago

Fixed on 2023.1.x and 2022.1.x branches. This didn't happen on master (for 2024.1.x) as the code had been moved to Scala and refactored, and in the process addressed this bug alreeady.