-
Notifications
You must be signed in to change notification settings - Fork 600
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
filter chip content cannot be copied #2950
Comments
Hello! I would like to approach this issue. Could you assign it to me? |
Hi @JohannesLks thanks for your motivation to contribute to Timesketch. Please feel free to send me any PR for this bug early on in the process for feedback & review. |
How is it going @JohannesLks ? Do you think you can make this feature work until our next planned release 2023-12-06? |
Yes i think so. So far, i added a copy button in the time filter chips and its Woking! :) I just need to implement the copy function to other chips. I am a bit unsure about the testing process, are threre any test scripts to run before i open a PR? Because im just working at the frontend. |
@jkppr how can i add in the UI a filterchip if its not a timefilter? |
I would say the minimum requirement is: The text can be marked and copied from a filter chip (like default text copy & paste). There is no special need for a copy icon in the first iteration. But if you already have it implemented, feel free to submit it with the review and we'll test if it benefits the UX.
Option A: Click a Tag from the list in the left panel (should add a tag filter chip). For the PR:
|
When filtering results using chips, the content of a chip cannot be copied. This might be use-full for documenting investigation steps. However, especially when excluding something per filter, the only place to copy the value from is the "NOT filter chip" but this is not possible.
See demo below:

Sidenote: The filterchip can also be clicked, without any action happening. This should also be fixed.
The text was updated successfully, but these errors were encountered: