Closed
Bug 51805
Opened 25 years ago
Closed 25 years ago
GetURL & OpenURL having termination issues.
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: chris_mccurdy, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2000081721
The AppleScript OpenURL and GetURL interface is broken. There appears to be
some code that removes a null terminator.
Reproducible: Always
Steps to Reproduce:
1.Create the following AppleScript
tell application "mozilla"
openurl "http://www.google.com/"
end tell
2. It won't open the proper url, it will open something equivolent to
http://www.google.com%20%30....
Actual Results: It didn't open the given URL.
Expected Results: It should have opened the URL.
No.
Comment 1•25 years ago
|
||
*** This bug has been marked as a duplicate of 48887 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
This is a dup of bug 48887:GetURL AppleEvent cuts off last character of URL
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•