Version
5.12.0 (using React demo site) and 5.12.5 using my own instance
Environment
Docker and React demo site
Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoiceninja.com or Invoice Ninja? Yes reproduced on the React demo site
- Have you searched existing issues? Yes, couldn’t find an existing report of this
- Have you inspected the logs in storage/logs/laravel.log for any errors? No log entries seem relevant to this.
Describe the bug
When creating or editing an invoice or quote, when a change is performed that causes the PDF preview to regenerate the window scrolls down past the product/task line items form. The input still remains focused, but is likely now off screen.
Steps To Reproduce
- Create or edit an invoice or quote
- Select a client
- Add a task or product row
- Add a description to the task or product
- Add a price
- etc.
Expected Behavior
The PDF preview should generate offscreen as each part of the invoice/quote is edited, and not impact the current scroll position.
Screenshots
This is a screen recording of the issue using the React demo environment in Google Chrome 137.0.7151.104
Logs
N/A