In tree view, in a project with many (like more than 12) statuses, when trying to set the status of a task via right-click, I cannot use the mouse (wheel) to scroll to the bottom of the status list. The only way is the use the down arrow to go down the list.
To clarify, if I enable "Always show status options when you click on the status icon", and I left-click on status, scrolling is possible. But if I right-click, then click on "Set status", then no scrolling is possible.
Hi Lucas, I have brought this issue to our team to troubleshoot further. Once we have any updates from our team, we will let you know. Thank you.
Golda, May 9, 2023
Hi Lucas, I wanted to let you know that this issue has been fixed. Please refresh your Quire page and let me know if the issue still occurs. Thank you.
Golda, May 11, 2023
For now, as a workaround, I am using CSS to change the maximum height of the menu:
.dropdown-submenu .scroll-content, .dropdown-submenu .content { max-height: 700px !important; }
Lucas, May 8, 2023