[Bug 40444] New: Find doesn't jump to a found item in WinSCP
https://bugs.winehq.org/show_bug.cgi?id=40444 Bug ID: 40444 Summary: Find doesn't jump to a found item in WinSCP Product: Wine Version: 1.9.7 Hardware: x86 URL: http://winscp.net/download/winscp577.zip OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: t.artem(a)mailcity.com Distribution: Red Hat This bug is very easy to reproduce. Run WinSCP and open a session to any host. Open any long enough file (text/html/whatever), hit Find (Ctrl + F) and try to find something at least on the second page of the open document. The cursor will jump, however the screen will remain on the first page. In order to really jump to this position, you have to close the Find dialog (e.g. hit "Escape") and press "Up" and "Down" which is terribly inconvenient. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Martin Prikryl <martin(a)winscp.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin(a)winscp.net --- Comment #1 from Martin Prikryl <martin(a)winscp.net> --- I'm the author of WinSCP. Regarding the implementation in WinSCP, it just calls a simple ListView_EnsureVisible(Handle, Index, false); -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #2 from Martin Prikryl <martin(a)winscp.net> --- 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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Artem S. Tashkinov <t.artem(a)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(a)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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #4 from Martin Prikryl <martin(a)winscp.net> --- Oh, sorry. I've misunderstood your post. Please disregard. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|-unknown |richedit --- Comment #5 from Fabian Maurer <dark.shadow4(a)web.de> --- Still relevant as of wine-3.9. "winetricks riched20" solves the issue. If you want to test it, checkout out this stackoverflow post on how to easily open an ftp server: https://askubuntu.com/questions/17084/how-do-i-temporarily-run-an-ftp-server -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 mgruber <mgruber_72(a)yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mgruber_72(a)yahoo.de --- Comment #6 from mgruber <mgruber_72(a)yahoo.de> --- Bug still exists in Wine 5.13. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #7 from mgruber <mgruber_72(a)yahoo.de> --- On WINE 5.13 "winetricks riched20" doesn't resolve the issue anymore. Instead I see an empty editor window with a blinking cursors as only content when trying to edit any file. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #8 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Please retry in Wine 7.9 (or later). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #9 from mgruber <mgruber_72(a)yahoo.de> --- The problem still exists in 7.9~jammy-1, just tested. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #10 from mgruber <mgruber_72(a)yahoo.de> --- To be clear: I used a fresh prefix without winetricks riched20. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #11 from mgruber <mgruber_72(a)yahoo.de> --- Took the opportunity to give 7.10 a test in fresh prefixes with winetricks riched20 winetricks riched30 and no winetricks at all richedx0 results in empty editor windows just like back in 2020. The completely fresh prefix without any richeds also didn't make a difference. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #12 from mgruber <mgruber_72(a)yahoo.de> --- Bug persists in 7.12 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 mgruber <mgruber_72(a)yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #13 from mgruber <mgruber_72(a)yahoo.de> --- Just tried 7.13, same result as always. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Santino Mazza <tatidev1454(a)protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatidev1454(a)protonmail.com --- Comment #14 from Santino Mazza <tatidev1454(a)protonmail.com> --- This should be fixed now, in wine 7.14 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #15 from mgruber <mgruber_72(a)yahoo.de> --- Can confirm, the find function *finally* works as expected in 7.14. The bug can be closed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Santino Mazza from comment #14)
This should be fixed now, in wine 7.14
Was that the fix https://source.winehq.org/git/wine.git/commit/25209c162fc209124b369abbad55d9... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #17 from Artem S. Tashkinov <aros(a)gmx.com> --- Hooray, it's now works! Thanks a lot for the fix. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |25209c162fc209124b369abbad5 | |5d915d31909b2 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.15. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |7.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40444 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|7.0.x |--- --- Comment #19 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 7.0.x milestone from bug fixes included in 7.0.2. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla