Summary: | Ark's new extract-to dialog silently ignores a directory path entered in the name field | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Eevee <eevee.kdebugs> |
Component: | general | Assignee: | Ragnar Thomsen <rthomsen6> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | elvis.angelaccio, rakuco, rthomsen6 |
Priority: | NOR | ||
Version First Reported In: | 15.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/aaf5fce08b1318ba685d2245a822eaf8f4a97377 | Version Fixed In: | 16.04.0 |
Sentry Crash Report: |
Description
Eevee
2016-03-17 01:39:04 UTC
Confirming. I'll take a look at this. The same bug affects the CreateDialog as well. Git commit aaf5fce08b1318ba685d2245a822eaf8f4a97377 by Ragnar Thomsen. Committed on 18/03/2016 at 22:17. Pushed by rthomsen into branch 'master'. Improve ExtractionDialog This enables typing an existing subfolder's name in the location bar and pressing Return/Enter. Previously when this was attempted, Ark would ignore what the user typed and extract to baseUrl(). This behavior deviated from a QFileDialog (which we use for Open Dialog), which simply enters the existing subfolder. FIXED-IN: 16.04.0 Differential Revision: D1165 M +52 -28 kerfuffle/extractiondialog.cpp M +1 -1 kerfuffle/extractiondialog.h http://commits.kde.org/ark/aaf5fce08b1318ba685d2245a822eaf8f4a97377 |