Bug 20573
Summary: | Applescript source of document returns an error | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peer Bremer <peer> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Minor | CC: | jcraig |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Peer Bremer
Up until recently I had an apple script to open the source of a web page displayed in Safari in BBEdit this is now no longer working:
tell application "WebKit" to set the_source to source of document 1
Returns:
WebKit got an error: Can't make |source| of document 1 into type reference.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
James Craig
Probably a WK2 issue.