Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any
Summary: Improve FilePanel behaviour to start from the value set in Filename field if any
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.10
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 07:31 UTC by UbikLoadPack support
Modified: 2013-11-07 21:13 UTC (History)
1 user (show)



Attachments
Path (3.45 KB, patch)
2013-11-07 07:34 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2013-11-07 07:31:57 UTC
Current implementation of FilePanel has the following drawback, it always start from user.dir (system property) if it was never used or from last open folder.

When you relaod a Test Plan that for example has set a value in FilePanel, instead of taking into account the value set as the starting folder it will start again from user.dir (system property) which is very annoying.

The proposed patch has also the advantage of enabling user to input a folder start, browse will start from it.
Comment 1 UbikLoadPack support 2013-11-07 07:34:14 UTC
Created attachment 31023 [details]
Path
Comment 2 Philippe Mouawad 2013-11-07 07:59:42 UTC
Date: Thu Nov  7 07:45:53 2013
New Revision: 1539539

URL: http://svn.apache.org/r1539539
Log:
Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any
Bugzilla Id: 55753

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/FileDialoger.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/FilePanelEntry.java
Comment 3 Philippe Mouawad 2013-11-07 21:13:33 UTC
Date: Thu Nov  7 21:10:15 2013
New Revision: 1539824

URL: http://svn.apache.org/r1539824
Log:
Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any
Fix issue on open file introduced by my change
Bugzilla Id: 55753

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/FileDialoger.java
Comment 4 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3267