Closed
Bug 40976
Opened 25 years ago
Closed 25 years ago
[FIX]should set default directory and filename if there is a value
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M18
People
(Reporter: m_kato, Assigned: rods)
References
()
Details
(Whiteboard: Fix in hand)
Attachments
(1 file)
7.84 KB,
patch
|
Details | Diff | Splinter Review |
ENVIRONMENT
===========
Windows NT 4.0 SP6a JPN
RedHat 6.0
Mozilla 2000-05-29
REPRO STEP
==========
1. browse http://hp.vector.co.jp/authors/VA008030/mozilla/file.html
2. set a value to editbox (ex. C:\TEMP\TEST.HTM)
3. click [browse...] button
RESULT
======
directory and filename of choose dialog don't use the value of Editbox
EXPECT
======
set default directory and filename if there is a value.
Comment 1•25 years ago
|
||
Not a half bad idea. Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 3•25 years ago
|
||
Reporter | ||
Comment 4•25 years ago
|
||
This patch is included the following.
o fix this bug
o rewrite from nsFileWidget to nsIFilePicker since nsFileWidget is obsolate.
Assignee | ||
Comment 5•25 years ago
|
||
Still need to do some more testing, but since this is a patch from the web and
it fixes the problem I think we should try to get it in.
Status: NEW → ASSIGNED
Keywords: nsbeta3
Summary: should set default directory and filename if there is a value → [FIX]should set default directory and filename if there is a value
Whiteboard: Fix in hand
Target Milestone: M19 → M17
Comment 6•25 years ago
|
||
Marking nsbeta3-
This bug has been marked "future" because the original netscape engineer working
on thisis over-burdened. If you feel this is an error, that you or another known
resource will be working on this bug,or if it blocks your work in some way --
please attach your concern to the bug for reconsideration.
Whiteboard: Fix in hand → [nsbeta3-]Fix in hand
Target Milestone: M17 → Future
Assignee | ||
Comment 7•25 years ago
|
||
Renominating because this patch from the web that fixes this bug also fixes bug
47552.
Whiteboard: [nsbeta3-]Fix in hand → Fix in hand
Assignee | ||
Updated•25 years ago
|
Target Milestone: Future → M18
Assignee | ||
Comment 8•25 years ago
|
||
for simplicity's sake we are duping this to 47552, I know it isn't exactly the
same bug, but the fix will get checked in all the same.
*** This bug has been marked as a duplicate of 47552 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•