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
Description:
We have encountered an issue with the copy functionality specifically on the Windows operating system. Despite successful implementation and functionality on macOS, the copy feature fails to work as expected on Windows.
We have added a right-click copy menu to a Label component in our application. While this functionality works well on macOS, allowing users to copy the entire content, it fails to achieve the same on Windows.
Platform: Windows 11 JavaFX: 22.0.1 JAVA: 21 jpro-routing-core: 0.2.10 jpro-webapi:2023.3.3 Environment: Local javafx client, not running in a web browser.
Below is the code snippet used for adding the copy menu to the Label:
Thank you for bringing this to our attention. We acknowledge the issue with the copy functionality on Windows 11 and were able to replicate it. We will update you as soon as we have made progress on resolving this issue.
Description:
We have encountered an issue with the copy functionality specifically on the Windows operating system. Despite successful implementation and functionality on macOS, the copy feature fails to work as expected on Windows.
We have added a right-click copy menu to a Label component in our application. While this functionality works well on macOS, allowing users to copy the entire content, it fails to achieve the same on Windows.
Platform: Windows 11
JavaFX: 22.0.1
JAVA: 21
jpro-routing-core: 0.2.10
jpro-webapi:2023.3.3
Environment: Local javafx client, not running in a web browser.
Below is the code snippet used for adding the copy menu to the Label:
Other demo
The text was updated successfully, but these errors were encountered: