Skip to content

Do not reset view when switching to a tabbed wizard form

When using a tabbed wizard which contains a notebook with multiple pages, if the user switches to another form then back to the wizard the wizard's form is reset (ie if the user selected the second page of the notebook, the first one will be selected).

It's due to the fact that contrary to the other tabs, the tabbed wizards set_cursor function resets the form.

Closes #12317 (closed)

Edited by Cédric Krier

Merge request reports