Why has the display control panel pointer truncation bug gone unfixed for long?
devblogs.microsoft.com
Why has the display control panel pointer truncation bug gone unfixed for long?
1–10 of 13 posts
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#2Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#3Microsoft does not care or extremely sucks at quality assurance.
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#4Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#5Why has the tray icons still existing despite process being killed bug gone unfixed for decades? Microsoft does not care or extremely sucks at quality assurance.
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#6Why has the tray icons still existing despite process being killed bug gone unfixed for decades? Microsoft does not care or extremely sucks at quality assurance.
I'm guessing its some ipc that only adds or removes entries, but when you mouseover it sends a signal to the killed process, realizes its gone, and only then deletes the icon from the systray...
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#7Why has the tray icons still existing despite process being killed bug gone unfixed for decades? Microsoft does not care or extremely sucks at quality assurance.
It's maybe a bad API design, but in the end every app developer can fix it for their apps.
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#8Why has the tray icons still existing despite process being killed bug gone unfixed for decades? Microsoft does not care or extremely sucks at quality assurance.
I'm guessing its some ipc that only adds or removes entries, but when you mouseover it sends a signal to the killed process, realizes its gone, and only then deletes the icon from the systray...
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#9Why has the tray icons still existing despite process being killed bug gone unfixed for decades? Microsoft does not care or extremely sucks at quality assurance.
Re: Why has the display control panel pointer truncation bug gone unfixed for long?
#10Earlier quoted context omitted.
I'm guessing its some ipc that only adds or removes entries, but when you mouseover it sends a signal to the killed process, realizes its gone, and only then deletes the icon from the systray...
Does that make it okay? There are many ways to have it learn the process dies without needing to signal the process.
By the way, if the app wouldn't respond in time, what should happen with the icon? What would happen if Explorer removes the icon but the app which still thinks it has - would update it?