You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In the document editor, the links in the "Jump to" section are not always working. For example, with field language it doesn't work.
To Reproduce
Edit an existing document
In the "Jump to" section, click on "Language"
Expected behavior
It works for all fields
Ideally, it shows the 1st-level title as well (scroll level is set to low in the page, see screenshot)
Some entries from 'Jump To' components wasn't working as expected : the
focus isn't set into the first visible field of the chosen entry. This
behavior was cause by hidden fields : if the first input field for the
chosen entry is an hidden field, then the focus was set on it... This
commit solved this problem by setting the focus on the first visible
input field of the chosen 'Jump To' entry.
* Closesrero/rero-ils#1035
Ca-Authored-By: Renaud Michotte <[email protected]>
Some entries from 'Jump To' components wasn't working as expected : the
focus isn't set into the first visible field of the chosen entry. This
behavior was cause by hidden fields : if the first input field for the
chosen entry is an hidden field, then the focus was set on it... This
commit solved this problem by setting the focus on the first visible
input field of the chosen 'Jump To' entry.
* Closesrero/rero-ils#1035
Ca-Authored-By: Renaud Michotte <[email protected]>
Describe the issue
In the document editor, the links in the "Jump to" section are not always working. For example, with field language it doesn't work.
To Reproduce
Expected behavior
Software version
https://ils.test.rero.ch/
v0.9.1
Screenshots
Capture made on ilsdev, but also valid for ils.test.
We should be able to see the 1st-level title, like here >
The text was updated successfully, but these errors were encountered: