This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158258 - BD-J: "Deployment Directory" Filechooser should be become opened in the typed folder
Summary: BD-J: "Deployment Directory" Filechooser should be become opened in the typed...
Status: RESOLVED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-02-10 08:50 UTC by martin_sladecek
Modified: 2009-04-09 11:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martin_sladecek 2009-02-10 08:50:39 UTC
"Deployment Directory" Filechooser should be opened in the typed folder
Comment 1 Denis Anisimov 2009-04-01 14:47:20 UTC
There is no any point to how I can reproduce this issue.
What you are talking about ?
Please provide good description of issue with steps of reproduce , result and expected result.
Comment 2 martin_sladecek 2009-04-02 15:19:56 UTC
This is minor issue. The button that open a file chooser for some path that is stored into some field, should be opened
in the directory that is currently typed in that field.(if valid)
Comment 3 Denis Anisimov 2009-04-02 15:57:59 UTC
>The button that open a file chooser for some path that is stored into some field, should be opened
>in the directory that is currently typed in that field.(if valid)

This is exactly current behavior.
What is your behavior ?

Please provide ALL information if you still have this issue :
current behavior , expected behavior ( with some example ).
Comment 4 martin_sladecek 2009-04-02 16:13:16 UTC
If that is exactly current behaviour, then there is no issue :-)
Comment 5 bukh 2009-04-03 14:46:02 UTC
This is usability issue.
For example - I have C:/tmp/1 folder (directory) on my local disk. I type "C:/tmp/1" to the "Deployment Directory" and
apply "Browse". Path chooser will be opened in the "C:/tmp" but should be opened in "C:/tmp/1". You may say that this
isn't issue. But It irritates me when I do it more then two times. 
I am a customer and I hope that you will made my work more convenient. Am I right? ;-)
Comment 6 Radko Najman 2009-04-08 12:52:45 UTC
After some investigation I found this issue was reported against project properties dialog -> Application Descriptor
category -> BD-J tab.
org.netbeans.modules.j2me.cdc.project.bdj.BDJProjectCategoryCustomizer

File chooser is open in parent folder of typed folder, not in typed folder which is expected behaviour.
Comment 7 Denis Anisimov 2009-04-09 11:30:32 UTC
I consider this as not an issue.

Entered path is path to a file ( even if this file is represented by directory ).
So you have chosen some file in its parent folder. Pressing "Browse" button opens
folder which contains chosen path. Chosen path is inside parent folder and this is 
expected normal behavior.
It is absolutely consistent with other file choosers. F.e. consider "New Project"
wizard for pure  Java project. There is a "Project Location " folder control.
It has the same behavior as I described.