[TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Bug reports will be moved here when the described bug has been fixed

Moderators: Hacker, petermad, Stefan2, white

User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *ghisler(Author) »

Sorry, I still can't reproduce it, I even tried with a fresh ini where I just disabled "Configuration" -> "Misc" -> "Get confirmation before" -> "Drag&Drop (copying files with mouse)".

Can you reproduce it with a fresh ini?
Author of Total Commander
https://www.ghisler.com
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *AntonyD »

If I will use SHIFT- then I can't reproduce it too)))
So definitely this bug is related to the moment of processing the mouse clicks.

and yes - with a fresh ini on mine description I can reproduce it again.
#146217 personal license
User avatar
white
Power Member
Power Member
Posts: 5744
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *white »

Confirmed too. Only when using Shift, only when using 64-bit TC.
It also depends on where you drop. If you drop near the end of the folder name (last 2 letters), the issue does not occur.

Tested using Windows 11, Windows Sandbox and a Windows 10 virtual machine.
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *AntonyD »

a very nontrivial bug.
As I said for me SHIFT doesn't work for reproducing,
also with MY technique of reproducing - it does not matter which part of folder name to use....
#146217 personal license
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *petermad »

ghisler(Author) wrote: 2024-10-07, 08:19 UTC Sorry, I still can't reproduce it, I even tried with a fresh ini where I just disabled "Configuration" -> "Misc" -> "Get confirmation before" -> "Drag&Drop (copying files with mouse)".

Can you reproduce it with a fresh ini?
Yes, ass I wrote ealier I can reproduce it with a fresh ini file only with these changes:

Code: Select all

[Configuration]
BreadcrumbDelayButton=-250

[Layout]
BreadCrumbBar=1

[Confirmation]
MouseActions=0
I can also reproduce it with "Configuration" -> "Layout" -> "Auto-open when moving mouse over it" disabled, but it is harder to reproduce then.

And As i said - you have to release the mouse button BEFORE the breadcrumb menu opens up (showing the "Folder 1" directory in the list)

white wrote: 2024-10-07, 09:23 UTC It also depends on where you drop. If you drop near the end of the folder name (last 2 letters), the issue does not occur.
Confirmed.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *ghisler(Author) »

Unfortunately I still can't reproduce it, but something similar: After the file has been copied, the breadcrumb bar sometimes switches to edit mode, as if the user clicked behind the path name. I guess that it has a similar reason, so I will add code to prevent it and hope that it will also fix your problem.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *petermad »

2ghisler(Author)

You don't think that it could possibly be because the breadcrumb menu takes focus away form TC's main window in 64bit TC? - which is does not in 32bit TC - hence the bug is not present in 32bit TC.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *ghisler(Author) »

No, it doesn't take focus away until the dropdown part opens (which then gets the focus). It also gets the focus in 32-bit, I'm just suppressing the redrawing of the title bar.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 5744
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *white »

HISTORY.TXT wrote: 08.10.24 Fixed: Breadcrumb bar: Don't react to "mouse up" during drag and drop (64)
Tested OK using TC 11.50b1 64-bit. Moving works OK now and the switch to "edit path" no longer happens.
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *petermad »

I can no longer reproduce the bug as described in the first post - so I consider the bug fixed in TC 11.50b1
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *ghisler(Author) »

Great, thanks!

Moderator message

Moved to fixed bugs
Author of Total Commander
https://www.ghisler.com
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *AntonyD »

According to my version of steps for reproducing I still have the problems. In this case imho there is no need at all to display firstly the context menu.
And yes - sometimes it is indeed does not show up. But I cannot identify what reasons lead to these two different versions of events.
It seems that I do this “re-click" from left-to-right mouse buttons in the same way - but most often the menu is called up and sometimes not.
But the good news is that now, if the menu was NOT called, I get the file moving action completed without the mentioned error dialog!

But if the menu is still drawn, it now takes longer to draw and disappears longer.
It was as if there was some kind of timer for this action.
Let me remind you that the moving process is carried out in this case ONLY after the menu disappears!
Those the entire transfer process is delayed. Not particularly strong - but noticeable compared to the previous version.

So I personally don't think that this bug is FULLY fixed(((
#146217 personal license
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *AntonyD »

Does anyone else have a cont.menu called 'when you try to move the file using only mouse "left->right" buttons?
#146217 personal license
User avatar
white
Power Member
Power Member
Posts: 5744
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *white »

AntonyD wrote: 2024-10-11, 15:06 UTC Does anyone else have a cont.menu called 'when you try to move the file using only mouse "left->right" buttons?
No.
Using the steps in described in the first post?
TC 64-bit or 32-bit?
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC 11.03]Moving file via BREADCRUMB not working in a certain sequence of operations

Post by *AntonyD »

No, using MY steps - from MY post - as I wrote about it.
NO shift keys - only mouse buttons.
viewtopic.php?p=460619#p460619
#146217 personal license
Post Reply