View Issue Details

IDProjectCategoryView StatusLast Update
0001737Double CommanderGraphical user interfacepublic2020-11-30 07:43
Reportercordylus Assigned ToAlexx2000  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Target Version0.8.0Fixed in Version0.8.0 
Summary0001737: Do not close the rename field if the rename has failed
DescriptionIf the rename did not succeed, pressing Escape/Abort should return you to the entry field with the changed name, so you can correct the typo. Skip behavior should be left as it is. In other words, Skip - operation finishes formally successfully, hide the field, Abort - operation failed, continue editing the name (to edit out the forbidden symbols or adjust the path to the correct one).
Additional InformationSimilar to 0001509
TagsNo tags attached.
Attached Files
bug1737.patch (662 bytes)   
Index: src/filesources/ufilesourcesetfilepropertyoperation.pas
===================================================================
--- src/filesources/ufilesourcesetfilepropertyoperation.pas	(revision 7605)
+++ src/filesources/ufilesourcesetfilepropertyoperation.pas	(working copy)
@@ -332,7 +332,7 @@
             begin
               case AskQuestion(sQuestion, '',
                                [fsourRetry, fsourSkip, fsourSkipAll, fsourAbort],
-                               fsourRetry, fsourSkip) of
+                               fsourRetry, fsourAbort) of
               fsourRetry:
                 bRetry := True;
               fsourSkipAll:
bug1737.patch (662 bytes)   
Fixed in Revision7608
Operating system
Widgetset
Architecture

Activities

cordylus

2017-06-01 19:17

developer   ~0002271

Abort button works OK, the Escape/close behavior has to be fixed.

Issue History

Date Modified Username Field Change
2017-02-25 16:12 cordylus New Issue
2017-06-01 18:25 cordylus Status new => closed
2017-06-01 18:25 cordylus Resolution open => fixed
2017-06-01 19:17 cordylus Note Added: 0002271
2017-06-01 19:17 cordylus Status closed => assigned
2017-06-01 19:17 cordylus Resolution fixed => reopened
2017-06-01 19:18 cordylus File Added: bug1737.patch
2017-06-02 21:16 Alexx2000 Fixed in Revision => 7608
2017-06-02 21:16 Alexx2000 Assigned To => Alexx2000
2017-06-02 21:16 Alexx2000 Status assigned => resolved
2017-06-02 21:16 Alexx2000 Resolution reopened => fixed
2017-06-02 21:16 Alexx2000 Fixed in Version => 0.8.0
2017-06-02 21:16 Alexx2000 Target Version => 0.8.0
2020-11-30 07:43 Alexx2000 Status resolved => closed