
Hi,
We are facing some tooltip flickering problem when using the intraline adornment.
When we mouse hover on the intraline adornment, we are showing a tooltip, but the SyntaxEditor appears to pass the mouse hover event to the text line before/after the adornment as well, which for our case, also will show tooltip. This is causing the editor attempt to show both tooltips and hence the flickering effect.
To illustrate the cause of the issue, please follow the steps:
1. Open the sample project "Adornment 9 - Intra-Line Code Lens"
2. Mouse hover at the adornment between line 12, and line 13, around the area just after the 'Documentation' link, above the 'Class' text of next line. ( The mouse position is on adornment, not line 13).
3. Observe that the tooltip for 'FirstClass' at line 13 is shown.
Visual Studio does not exibit this behaviour. Please note that for Visual Studio, even though it does not show the tooltip for the next line when hovering at the adornment area, clicking around that adornment area can set the cursor to the line correctly.
Please advise if there is any workaround or a hotfix for this.
Thanks.