-
Notifications
You must be signed in to change notification settings - Fork 255
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
Header tooltip not always displaying #728
Comments
Actually the tooltip starts displaying properly only after you click on a header and then hover a column header that is not highlighted. |
A tricky one. In a few cases I see the describes behavior, but this is difficult to debug because it does not occur deterministic and stopping at a breakpoint changes the further behavior. I have no clue so far. |
Even hovering was usually sufficient to get the tooltip at a later point. |
Sorry, but after several hours of debugging I don't think it is worth the effort. In my case the hint is missing only rarely and never after the first user interaction took place. |
Hello Further tests show that hovering the header from top or left - without entering the VT client area prior to entering the header cell almost never displays the tooltip. If you like you can check as this code part is still fresh in your head I guess. Current situation is not that bad, but I think this issue should stay open with low priority at least in case you decide not to investigate further. Thank you. |
I did not change anything.
I agree, the likelihood seems slightly higher that the issue occurs. There is however no code that is specific for that. I guess it makes a difference if the mouse hovered over the client area of the control before hovering over the header. It would help if there would be defintive and longer lasting repro steps, which is why i flagged this issue accordingly. I will leave it open for some more months, but I doubt that something will change. |
Possible reason for this behavior: Initially VCL creates a Another possible reason: The function |
HeaderBug.zip
Attached is a sample project - hover over the header - the tooltip is not always displayed.
The text was updated successfully, but these errors were encountered: