Skip to content
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

Remove inner tooltip in exception info tooltip #2158

Merged

Conversation

adamint
Copy link
Member

@adamint adamint commented Feb 9, 2024

Fixes #2146 (note: this only repros sometimes?) - previously, window.copyTextToClipboard had required a tooltip reference to update text of - which isn't really necessary here as we are already in a tooltip, especially because the copy/checkmark already indicate to the user that the text has been copied.

Makes the tooltip optional in window.copyTextToClipboard

Microsoft Reviewers: Open in CodeFlow

@JamesNK
Copy link
Member

JamesNK commented Feb 9, 2024

Is the anchor ID on copy button still required? Remove if not necessary

@adamint
Copy link
Member Author

adamint commented Feb 9, 2024

Is the anchor ID on copy button still required? Remove if not necessary

It's still necessary, as we are still setting the dataset timeout on the button

@adamint adamint merged commit 32d32ab into dotnet:main Feb 9, 2024
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Structured logs error tooltip is closed by copy tooltip popup
2 participants