Overview: Entering directory name in Krusader New Directory dialog makes it impossible to change the name's first symbol with the backspace key. Steps to reproduce: 1) Invoke New Directory dialog and enter a string as the directory's name. 2) Delete the name by pressing the backspace key. Actual result: The first symbol can't be changed until a new dialog is invoked, or 'clear text' side button is pressed with the mouse pointer. Expected result: New directory name should be editable by deleting all the previously entered symbols with the backspace key. Build Date & Hardware: Build 2.4.0-beta3 on FreeBSD 10.1 Additional Builds and Platforms: Build 2.4.0-beta3 on Debian 8, Fedora 22 Additional information: the solution is available on the upstream project site (https://projects.kde.org/projects/extragear/utils/krusader/repository/revisions/5cb23ac98046a07d5db3a52b41e3a42544eb13f9/diff/krusader/Panel/panelfunc.cpp)
Created attachment 158342 [details] solution from upstream project
A commit references this bug: Author: kwm Date: Sat Oct 10 07:51:50 UTC 2015 New revision: 398980 URL: https://svnweb.freebsd.org/changeset/ports/398980 Log: Add upstream patch to fix that the first symbol in directory's name can't be changed in the new directory dialog. PR: 201336 Submitted by: Andriy Solonenko <ap_berzerk@yahoo.com> Tested by: Tobias Berner <tcberner@gmail.com> Obtained from: krusader upstream Changes: head/x11-fm/krusader2/Makefile head/x11-fm/krusader2/files/ head/x11-fm/krusader2/files/patch-git-5cb23ac
Comitted, thanks!