Ticket #170 (closed defect: fixed)

Opened 4 years ago

Last modified 2 years ago

applescript:// protocol URLs seem to be broken

Reported by: brennan@young.net Assigned to: timothy
Priority: normal Component: AppleScript Support
Version: Latest 2.1 Severity: normal
Keywords: URLs hyperlinks applescript protocol Cc:

Description

Try pasting this URL into a chat applescript://com.apple.scripteditor?action=new&script=display%20dialog%20%22hello%20world%22

the URL hilites only up to the 'p' of script editor. The link doesn't work, needless to say.

Change History

05/05/05 19:57:45 changed by eridius

This is because there's no domain in that URL, and so we're treating com.apple.scrip as a domain, and there's a 5-letter limit on the top-level domain, hence stopping after scrip.

08/31/05 01:48:35 changed by brennan@young.net

Well, now applescript protocol urls are completely ignored! Is this gonna get fixed?

03/28/06 02:41:53 changed by anonymous

  • component changed from Colloquy (GUI) to AppleScript Support.

08/20/06 20:38:19 changed by rinoa

  • version changed from 2.0 (2D9) to Latest 2.1.

11/11/06 23:59:20 changed by timothy

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [3383].