https://bugs.winehq.org/show_bug.cgi?id=11595
--- Comment #48 from Bernhard Übelacker bernhardu@vr-web.de --- Did some tests too:
deadlock: npp.6.5.1 with wine-1.9.5-pol on real desktop deadlock: npp.6.5.1 with wine-1.9.5-staging-pol on real desktop deadlock: npp.6.5.1 with wine-1.9.6-git on real desktop deadlock: npp.6.8 with wine-1.9.6-git on real desktop deadlock: npp.6.8.8 with wine-1.9.6-git on real desktop no deadlock: npp.6.9 with wine-1.9.6-git on real desktop
no deadlock: npp.6.5.1 with wine-1.9.5-pol on virtual desktop no deadlock: npp.6.8 with wine-1.9.6-git on virtual desktop no deadlock: npp.6.9 with wine-1.9.6-git on virtual desktop [1]
Up to npp.6.8.8 the lock is still observable. (6.8.9 was withdrawn by notepad++ developers, therefore no test.) In npp.6.9 the lock is not visible to me.
From npp git history this commits [2] and [3] probably caused this
improvement. (For touch screen input the check if file is modified was moved into a different thread.)
So I think this bug still stays valid for old npp versions. (Probably bug title should be changed to reflect this?)
Kind regards, Bernhard
[1] but could not confirm via mouse (just a beep, even on different windows), need to use keyboard. [2] https://github.com/notepad-plus-plus/notepad-plus-plus/commit/6f4140a281f873... [3] https://github.com/notepad-plus-plus/notepad-plus-plus/commit/f2cd7790669ec3...