https://bugs.winehq.org/show_bug.cgi?id=48761
Bug ID: 48761 Summary: ConEmu does not highlight selection Product: Wine Version: 5.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
ConEmu does not highlight selected text/block while selecting by mouse and after the block is selected. The selected text/block is however correctly highlighted after alt+tab to another application and back. It seems that some events are not generated properly.
The selection is otherwise functional so it is a minor issue. Fixing that would make ConEmu perfect ;-)
https://bugs.winehq.org/show_bug.cgi?id=48761
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://conemu.github.io/ CC| |rpisl@seznam.cz Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=48761
--- Comment #1 from Roman Pišl rpisl@seznam.cz --- Created attachment 66671 --> https://bugs.winehq.org/attachment.cgi?id=66671 Fix
ConEmu calls:
InvalidateRect(mh_WndDC, NULL, FALSE); GetClientRect(mh_WndDC, &rcClient) RedrawWindow(mh_WndDC, &rcClient, NULL, RDW_INTERNALPAINT|RDW_NOERASE|RDW_NOFRAME|RDW_UPDATENOW|RDW_VALIDATE);
so the whole window is validated before WM_PAINT is sent.
Attaching fix that doesn't break any tests. But is that correct solution?
https://bugs.winehq.org/show_bug.cgi?id=48761
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=48761
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Still present + confirming, wine-7.0-rc2
Roman, did you ever send your patches in for review? Would be nice if this got fixed
https://bugs.winehq.org/show_bug.cgi?id=48761
--- Comment #3 from Roman Pišl rpisl@seznam.cz --- (In reply to Louis Lenders from comment #2)
Still present + confirming, wine-7.0-rc2
Roman, did you ever send your patches in for review? Would be nice if this got fixed
Yes, see: https://www.winehq.org/pipermail/wine-devel/2020-April/164991.html https://www.winehq.org/pipermail/wine-devel/2020-April/164993.html https://www.winehq.org/pipermail/wine-devel/2020-April/164992.html https://www.winehq.org/pipermail/wine-devel/2020-April/164995.html https://www.winehq.org/pipermail/wine-devel/2020-April/165003.html
I think this bug is for someone more competent..
https://bugs.winehq.org/show_bug.cgi?id=48761
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Roman Pišl from comment #3)
(In reply to Louis Lenders from comment #2)
Still present + confirming, wine-7.0-rc2
Roman, did you ever send your patches in for review? Would be nice if this got fixed
Yes, see: https://www.winehq.org/pipermail/wine-devel/2020-April/164991.html https://www.winehq.org/pipermail/wine-devel/2020-April/164993.html https://www.winehq.org/pipermail/wine-devel/2020-April/164992.html https://www.winehq.org/pipermail/wine-devel/2020-April/164995.html https://www.winehq.org/pipermail/wine-devel/2020-April/165003.html
I think this bug is for someone more competent..
Ok, then i guess we have to be patient. Hopefully somehow this could be picked by someone else ever. ConEmu works great apart from this issue and the ctrl^c thing.
Regards
https://bugs.winehq.org/show_bug.cgi?id=48761
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #66671|0 |1 is obsolete| |
--- Comment #5 from Roman Pišl rpisl@seznam.cz --- Created attachment 71458 --> https://bugs.winehq.org/attachment.cgi?id=71458 Fix for RDW_VALIDATE
Rebased and simplified version of the fix.
https://bugs.winehq.org/show_bug.cgi?id=48761
--- Comment #6 from Roman Pišl rpisl@seznam.cz --- This fell off the list again.
https://source.winehq.org/patches/data/222810 https://source.winehq.org/patches/data/222811