[Bug 40444] Find doesn't jump to a found item in WinSCP when editing a file

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 12 05:04:19 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40444

Artem S. Tashkinov <t.artem at mailcity.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Find doesn't jump to a      |Find doesn't jump to a
                   |found item in WinSCP        |found item in WinSCP when
                   |                            |editing a file

--- Comment #3 from Artem S. Tashkinov <t.artem at mailcity.com> ---
(In reply to Martin Prikryl from comment #2)
> With more context:
> 
> ListView_SetItemState(Handle, Index, LVIS_FOCUSED, LVIS_FOCUSED);
> int Index2 = ListView_GetNextItem(Handle, -1, LVNI_FOCUSED);
> ListView_EnsureVisible(Handle, Index2, false);
> 
> (WinSCP uses VCL library, so the above is what the VCL does internally).
> 
> Note that I'm not confirming the bug, I'm just sharing details on the
> implementation.

Are you sure we're talking about the same thing? This bug occurs when you open
a file for editing.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list