Issue 4436: Chrome does not accept relative path to an HTML file when
started from command line
http://code.google.com/p/chromium/issues/detail?id=4436
New issue report by bksening:
Chrome Version : 0.4.154.18 (Official Build 5194)
URLs (if applicable) : any local HTML file
Other browsers tested: n/a
What steps will reproduce the problem?
1. Open the Command Prompt
2. cd to a local directory on your computer that contains an HTML file eg.
index.html
3. Try the following:
"C:\path\to\chrome.exe" index.html
"C:\path\to\chrome.exe" .\index.html
What is the expected result?
The index.html file should be loaded in Chrome in both cases.
What happens instead?
Chrome prepends "http://" in front of the reference and tries to load it as
a
network resource.
I can only get it to work by specifying the full pathname to the file
starting
from the drive letter. That is, only this will work:
"C:\path\to\chrome.exe" "C:\full\path\to\the\file\index.html"
Chrome must be fixed to also accept relative pathnames, not just full
pathnames.
Issue attributes:
Status: Unconfirmed
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---