Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
WPF - Allow ToolTip timer configuration#4389
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
amaitland commentedFeb 9, 2023
Related discussion at#4048 (comment) There's still a few other cases that should be tested. |
AppVeyorBot commentedFeb 9, 2023
- Can set initial show delay in xaml via existing ToolTipService e.g. ToolTipService.InitialShowDelay="100"- If InitialShowDelay = 0 then no timer is used and ToolTip is immediately shown- Previous delay was 500ms, new delay is the .Net default (typically 1000ms)Related to issue#4048
e1ed5ee toe34ce46Comparecoderabbitaibot commentedAug 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
WalkthroughThis change refactors the tooltip handling logic in the ChromiumWebBrowser WPF control. It restructures the tooltip text change method to streamline early exits and timer management, and updates tooltip timer initialization to respect the configured initial show delay, only creating the timer if the delay is greater than zero. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn morehere, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat withCodeRabbit:
SupportNeed help? Create a ticket on oursupport page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File ( |
amaitland commentedAug 2, 2025
@coderabbitai review |
✅ Actions performedReview triggered.
|
1 similar comment
✅ Actions performedReview triggered.
|
Uh oh!
There was an error while loading.Please reload this page.
Related to issue#4048
Summary:
Allow programmatic configuration of ToolTip timer delay.
Changes:
OnLoaded, setting the delay dynamically is not currently supported. Simplest option is to set the delay inxamlHow Has This Been Tested?
Types of changes
Checklist:
Summary by CodeRabbit