Closed
Bug 58590
Opened 25 years ago
Closed 25 years ago
AppleScript integration needs fixing
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: german, Assigned: sfraser_bugs)
Details
Using an MacOS MN6 build from 10232000, I found the applescript functionality is
not implemented as shown in the AS Dictionairy (or aete resources).
Here are details:
- Even though 'do Javascript "string"' is in the dictionary is does not get
recognized as valid AS command and AS/NS6 returns an error (great if we can get
it to work, but if not we should at least take out the entry from the dictionary)
- OpenURL command works but it cuts off the last char of the URL string passed,
so when an AppleScript says "OpenURL www.netscape.com" an error comes back
saying the URL 'www.netscape.co' could not be found. Adding a placebo char to
the URL string passed will then make Netscape 6 load the proper url.
I know this is not a high priority right now, but it would be great if this
could work. assigning to sfraser (mac expert) for now since I do not know what
component this would fall into. Please feel free to assign to the appropriate
contributor.
Summary: AppleScriot integration needs fixing → AppleScript integration needs fixing
Assignee | ||
Comment 1•25 years ago
|
||
The DoJavascript event is bug 5704
Better AE support is bug 5701
I reopened bug 48887 for OpenURL dropping the last character. This was fixed for
GetURL, but not OpenURL.
So I think everything here is covered.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•