Closed
Bug 216544
Opened 21 years ago
Closed 21 years ago
using parameter -remote "openURL (URL, attr)" doesn't work when there is a space in "URL, attr"
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: annika, Assigned: bugzilla)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030811 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030811 Mozilla Firebird/0.6.1
The parameter -remote "openURL (URL, attr)" doesn't work when there is a space
between URL, and attr (=new-window, new-tab). Although the docs found on
http://www.mozilla.org/unix/remote.html
show it with spaces.
eg: openURL (URL, new-window)
Reproducible: Always
Steps to Reproduce:
1.start mozilla-firebird
2.$mozilla-firebird -remote "openUrl(www.mozilla.org, new-window)"
3.
Actual Results:
$ mozilla-firebird -remote "openUrl(www.mozilla.org, new-window)"
Failed to send command.
Expected Results:
Issues the remote command, in this case open a new firebird window to
http://www.mozilla.org.
Should fix the docs probably...
Comment 1•21 years ago
|
||
*** Bug 216142 has been marked as a duplicate of this bug. ***
Comment 3•21 years ago
|
||
With Mozilla (not Firebird) under Linux/PPC, openURL doesn't work at all
(whether there is an attribute or not, the space doesn't matter). Is this the
same bug (in which case the summary should be changed and the hardware should be
set to all) or should I fill another bug report?
Updated•21 years ago
|
QA Contact: asa
Comment 4•21 years ago
|
||
Since I recompiled a new Mozilla version (1.6a, 2003-10-19), I no longer get
this problem.
Reporter | ||
Comment 5•21 years ago
|
||
$ cat mozilla-newtab
ps x |grep -q "[mM]ozilla" && mozilla -remote "openURL($*,new-tab)" || mozilla $* &
This has always worked perfectly for me and my mozilla.
Comment 6•21 years ago
|
||
It works fine for me with or without the space. Several others have said the
same thing, so probably somebody fixed this recently. Marking WFM; open it back
up if you're still seeing this.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•