View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001737 | Double Commander | Graphical user interface | public | 2017-02-25 16:12 | 2020-11-30 07:43 |
Reporter | cordylus | Assigned To | Alexx2000 | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Projection | none | ETA | none | ||
Target Version | 0.8.0 | Fixed in Version | 0.8.0 | ||
Summary | 0001737: Do not close the rename field if the rename has failed | ||||
Description | If 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 Information | Similar to 0001509 | ||||
Tags | No 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: | ||||
Fixed in Revision | 7608 | ||||
Operating system | |||||
Widgetset | |||||
Architecture | |||||
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 |