-
Notifications
You must be signed in to change notification settings - Fork 187
Issue #603: [Win32] Shell-TaskItem: overlay text remains after the shell is closed #679
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
Issue #603: [Win32] Shell-TaskItem: overlay text remains after the shell is closed #679
Conversation
b1604e9 to
f95b6b3
Compare
|
I intend to merge this around 2023-05-24 if there are no objections. |
Currently we are working towards 4.28 RC1. Note: if you are not subscribed to https://accounts.eclipse.org/mailing-list/platform-dev, please do. There are reminders sent before/after each phase, like https://www.eclipse.org/lists/platform-dev/msg03811.html and https://www.eclipse.org/lists/platform-dev/msg03817.html |
|
Sure, I will postpone it. |
|
FYI - Typically we have an automated check to report this, see eclipse-platform/eclipse.platform.releng.aggregator#1079 |
Calendar was updated, and the check fails now (I've retriggered check manually). |
|
With the patch looks like issue is fixed, not seeing overlay text "abc" when the window with label "With taskitem" is closed. I have checked on below environment |
|
Thanks for testing! |
My vote goes for the fix. |
Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
MSDN for 'ITaskbarList3' says: TaskbarButtonCreated ... message must be received by your application before it calls any ITaskbarList3 method Do exactly this, don't call any methods until the button is created. This doesn't seem to fix any currently known problems, but still the right thing to do. Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
…ay after closing related Shell Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.com>
f95b6b3 to
87fe7bc
Compare
|
In master now. Sorry for being slow, was on vacation. |
|
Issue is verified, not seeing overlay text "abc" when the window with label "With taskitem" is closed. I have checked on below environment |
Fixes #603