-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Telemetry Table menu actions not available in Preview mode #7158
Comments
To test:
|
Note this issue appears more widespread. E.g., the Timer object has the same issues: Screen.Recording.2024-03-21.at.10.22.20.AM.movNote the controls all function, but they're not updating their display appropriately to state changes. The original action bar (i.e., the one in the Display Layout) is receiving the state changes, but the action bar in the PreviewContainer is not. From investigation, the issue appears moving from v2.2.5 to v3.0.0, so I'm betting it's a Vue3 issue and the way it mounts components vs. the Vue2 mounts components. When using an existing view, the PreviewContainer is moving the component to an overlay, and I'm guessing the view is still pointing to the old action bar instead of the new one. |
The issue is |
To test:
Do the same for Timer object in a Display Layout. The Actions should be similarly reactive. |
Summary
Actions like "Export Marked Rows" on the TelemetryTable 3dot menu aren't available in Preview mode, but it feels like they should be?
@charlesh88 Is this a defect?
Expected vs Current Behavior
TelemetryTable specific menu actions (such as "Export Marked Rows") should be available in the 3dot menu when I'm:
Screen.Recording.2023-10-20.at.1.40.48.PM.mov
Screen.Recording.2023-10-20.at.1.36.50.PM.mov
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: