Closed
Bug 179741
Opened 23 years ago
Closed 23 years ago
file:// are displayed funky in Software Installation dialog
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: dveditz)
Details
Attachments
(1 file)
|
3.30 KB,
image/png
|
Details |
I have the following in a local HTML file:
<a href="file://c:\temp\linky.xpi">local linky.xpi</a>
when I click the "local linky xpi" link I get a dialog saying:
want to install "c:%3A%5Ctemp%5Clinky.xpi"
I'd expect it to say: "file://c:\temp\linky.xpi"
20021112
| Reporter | ||
Comment 1•23 years ago
|
||
Build: 2002-11-24-08-trunk(WIN)
The form I use is:
<a href="file:///C:/temp/linky.xpi">linky.xpi</a>
And this works for me. Are we suppose to support the form Henrik describes?
| Assignee | ||
Comment 3•23 years ago
|
||
The original format is an invalid URL which necko supports for convenience, I'm
not going to put in extra windows only code to make it look pretty. Workarounds
include using a standard file URL or the InstallTrigger.install() trigger which
allows you to specify exactly what pretty-name to use in the dialog.
Sorry.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•