View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002598 | Double Commander | File operations | public | 2021-02-03 23:14 | 2021-03-12 07:28 |
| Reporter | kandrey89 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Projection | none | ETA | none | ||
| Platform | MacOS | OS | OSX | OS Version | 10.15.6 |
| Product Version | 1.0.0 (trunk) | Product Build | 9630 | ||
| Summary | 0002598: Select Filename Without Extension When Renaming | ||||
| Description | I have "Select Filename Without Extension When Renaming" enabled/checked in Options->File Operations. Selecting with the file with the mouse twice, allows me to rename the file, this method shows the filename selected, WITHOUT extension. ---> This is as expected! Selecting the file, then pressing F2 or Shift+F6 (Rename Shortcut is cm_RenameOnly), this method allows me to rename the file however both the filename AND extension are selected! ---> This is UNEXPECTED behavior. Only the filename should have been selected. Please change cm_RenameOnly to operate based on "Select Filename Without Extension When Renaming" option. Thanks | ||||
| Tags | No tags attached. | ||||
| Fixed in Revision | |||||
| Operating system | MacOSX | ||||
| Widgetset | Cocoa | ||||
| Architecture | 64-bit | ||||
| duplicate of | 0002593 | acknowledged | Problems when renaming a file |
|
|
Mouse twice click calls cm_RenameOnly internally. Works fine under Linux, Windows. So I guess it is Lazarus LCL-Cocoa bug. |
|
|
Confused, if double mouse click calls cm_RenameOnly and it selects filename without extension, then why does pressing the shortcut which calls cm_RenameOnly not work correctly? |