Open
Bug 155540
Opened 23 years ago
Updated 16 years ago
space after the path to the file causes "File doesn't exist"
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: primorec, Unassigned)
References
()
Details
(Keywords: helpwanted)
Attachments
(4 files)
Can I reproduce this bug ? Yes at any time.
Steps to reproduce this bug (or it is, perhaps, a feature to confuse users):
A) install fresh mozilla (or go to Preferences --> Navigator --> Helper
Applications,
remove entry for PDF, close mozilla and start mozilla again)
B) click on this URL (or any other URL on the net with PDF file)
http://www.bma.bund.de/download/broschueren/a987engl.pdf
C) a dialog window will pop up ( so far so good ). Please see first GIF attachment
D) select "Open using an application" and then click on button "Choose"
E) a file picker will pop up. ( so far so good ) Please see second GIF attachment
F) enter MANUALLY ( aka by typing and NOT with mouse ) application which
can open PDF file. In my case the application is Adobe's "acroread". Please,
DO NOT FORGET to type a "space" after "acroread "
G) click on button "Open"
ACTUAL RESULT: error message "File /usr/local/acroread doesn't exist"
(Please see third GIF attachment)
WHAT SHOULD HAPPEN: mozilla should accept my manual entry
I think this is a PARSER error.
When I delete a space (which is of course, invisible) after 'acroread",
mozilla accepts the entry and everything is nice and shiny.
This "feature' (bug ???) could be VERY VERY VERY annoying for a user, because,
"space" is invisible and the user knows for sure that he/she has "acroread"
in his/her system. Please see fourth GIF attachment.
my system:
Mozilla 1.1a
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020610
| Reporter | ||
Comment 1•23 years ago
|
||
This is initial dialog window which asks the user what to do with the UNKNOWN
file. The same "bug" (feature) can be observed always when the user
enters manually path and file into any selection dialog (file picker)
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
| Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
1) This has nothing to do with the parser, which only parses HTML. This is a
filepicker bug.
2) If I have a file named "acroread " (with the space), how do I access it from
the filepicker? And no, "acroread\ " is not acceptable; there should be no
reason to make the user escape here, since this is not a shell command and the
space is not used in tokenization
I agree that the error message should make it clearer that there is a space
involved, so taking bug... if you can convince me that we really should strip
off whitespace before looking for the file, that would not be that hard to do.
Assignee: harishd → bzbarsky
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
| Reporter | ||
Comment 6•23 years ago
|
||
Boris:
1) This has nothing to do with the parser, which only parses HTML. This is a
filepicker bug.
Igor:
ok .. I do agree with you... but I could not find a component called
"filepicker" from the available list... so, what should I select ?
Boris:
2) If I have a file named "acroread " (with the space), how do I access it from
the filepicker?
Igor: good question... I have no answer...
Boris:
And no, "acroread\ " is not acceptable; there should be no
reason to make the user escape here, since this is not a shell command
and the space is not used in tokenization
I agree that the error message should make it clearer that there is a space
involved, so taking bug... if you can convince me that we really should strip
off whitespace before looking for the file, that would not be that hard to do.
Igor:
hmmm... you have a point... there could be a real file name "acroread " with
a space or, for example, "My acroread " (with two spaces). No, I do not have
any convincing argument, how to solve this problem.
Updated•22 years ago
|
Updated•22 years ago
|
Component: HTML: Parser → XP Apps: GUI Features
Comment 7•22 years ago
|
||
No plans to work on this any time in the foreseeable future, so to default owner.
Assignee: bz-vacation → guifeatures
Updated•22 years ago
|
Priority: P5 → --
Target Milestone: Future → ---
Comment 8•22 years ago
|
||
"I agree that the error message should make it clearer that there is a space
involved"
so is that the only part that's left of this bug?
Can we maybe just enclose the filename in quotes, to show that an additional
space is there?
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 9•17 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: moied → guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•