Bug 201336 - Krusader New Directory dialog: first symbol in directory's name can't be changed
Summary: Krusader New Directory dialog: first symbol in directory's name can't be changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-04 18:38 UTC by Andriy Solonenko
Modified: 2015-10-10 07:56 UTC (History)
2 users (show)

See Also:


Attachments
solution from upstream project (751 bytes, patch)
2015-07-04 19:07 UTC, Andriy Solonenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!