Bug 201336

Summary: Krusader New Directory dialog: first symbol in directory's name can't be changed
Product: Ports & Packages Reporter: Andriy Solonenko <ap_berzerk>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Some People CC: ap_berzerk, kwm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
solution from upstream project none

Description Andriy Solonenko 2015-07-04 18:38:47 UTC
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)
Comment 1 Andriy Solonenko 2015-07-04 19:07:27 UTC
Created attachment 158342 [details]
solution from upstream project
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-10-10 07:52:53 UTC
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
Comment 3 Koop Mast freebsd_committer freebsd_triage 2015-10-10 07:56:43 UTC
Comitted, thanks!