Can only place signature positions on first page
When defining signature positions, the signature box seems to disappear behind the next page when dragged.
To Reproduce Steps to reproduce the behavior: Add a signer and click next to get the modal for setting signature positions. Click a signer to define their signature position. Attempt to drag the signature position box beyond the first page. See that the signature position box is no longer visible on the second page.
Expected behavior The signature position box should be able to be placed on any page of a document.
Screenshots
Environment information (please complete the following information): Ubuntu 22.04.4 LTS Chrome 124.0.6367.78 LibreSign 8.0.0 Nextcloud 28.0.4 Nothing logged
Hi @metheos The simple answer: not, is possible to put at all pages.
The main point is about the way that I used to implement this.
First, you will need to click at page that you want to add the signature and after, click at signer name to add the box and be possible drag and choose the position.
With this component is not possible for now to drag the box between pages. If you want to add the box at page two, click at page two first and after click at signer name.
I will move this issue to feature request because is working fine now, the question is the way to use. I think that with other subject and as feature request will be best because we need to make improvements at this component but will be necessary think more about how we will do this, have other UX points to think before go to implement.
I see. That makes a lot of sense actually. Maybe we should add a note to the modal that explains this, as it was not obvious.
Change Select each signer to define their signature positions
to
Click the page to sign, then select a signer to set their signature position
Or something along those lines.
Maybe we should add a note to the modal that explains this, as it was not obvious.
This is a good workaround to give a best help.
Will be necessary only to change the follow row and send a PR with the text change to be possible make available this change at next release:
https://github.com/LibreSign/libresign/blob/278120f05cab2568a8d747e339b997da73780938/src/Components/Request/VisibleElements.vue#L17
I've submitted PR #2915 to accomplish this