-
Notifications
You must be signed in to change notification settings - Fork 220
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
Navigate to Instant messages and Attachments in Chat Preview #2291
Comments
Right. I'm just not sure about changing the default metadata view, it was intentional because it can show important info, maybe the "go to chat position" context menu option could be added to related items panels. |
Question: To list those messages in subitems tab, the parent chat preview was selected on the main table and was displayed in the natural viewer, right? I don't see how just the message name, in the subitems tab, would help identifying a specific message as important so the user would want to view it in the chat context... But if the user is analyzing instant messages on the main table, where each message detail can already be found in the table columns, displaying the message context in the chat preview makes sense to me. Just not sure how to implement it, because the chat preview and the instant message are different items and the current viewer API AFAIK just accepts 1 item at a time. |
Yes.
For messages (subitems) I agree with you, unless the message was bookmarked as important and it is colored in subitems table. But for images (references) it is great to see where are the images in chat classified as important (bookmaked as well).
I also thought about that. It could have a workaround in MultiViewer like "if is a message, render its parent chat". |
I just remembered the It is used, for example, for videos, for which the original item is passed to the first param, so Hex and Text viewers use the original video content, and the video preview/mosaic is passed as the second param, so it can be rendered in the Preview viewer. If we decide to change current behavior, the instant message could be passed as the first param and its parent chat as the second one. |
When we click on a image or video in References table, it is shown the file content Preview tab.
Similarly, when we click on InstantMessage in SubItems table, it is shown the Metadata tab. The preview tab has no content.
It would be interesting if it could to navigate to the item position in chat preview. It would facilitate a lot some analysis.
The text was updated successfully, but these errors were encountered: