-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot select from tooltip #4834
Comments
We could alternatively allow to copy via click on code, but I think it's better to simply allow selection and copy. The former is easy to implement, so I'm adding this to spring cleaning list. |
I can actually select in the Screen.Recording.2025-02-19.at.11.13.44.mov |
Very likely due to rigid |
chore: refactor Tooltip component to rely on React event handlers Related to camunda/camunda-modeler#4834
chore: refactor Tooltip component to rely on React event handlers Related to camunda/camunda-modeler#4834
Closed with #4841, and it followed up with a bugfix in bpmn-io/properties-panel#399 |
chore: refactor Tooltip component to rely on React event handlers Related to camunda/camunda-modeler#4834
chore: refactor Tooltip component to rely on React event handlers Related to camunda/camunda-modeler#4834
Describe the bug
In many places in the properties panels we show examples (i.e. for the timer event). However, these examples are often times meaningless, because I cannot select / copy from a tooltip. I have to replicate (type them), which is hard / error prone or open the external documentation link, just to copy the same examples from there:
Steps to reproduce
Expected behavior
I am able to select contents of a tooltip, so they are helpful.
Alternatively we could consider that our tooling is generally more helpful, i.e. for date fields, or duration fields it could offer patterns or a selection UI. This would not be a general solution to this problem though.
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: