Bug 14158 - Creating a new mail in Mail.app lags with Safari 3 installed.
Summary: Creating a new mail in Mail.app lags with Safari 3 installed.
Status: RESOLVED DUPLICATE of bug 14092
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-06-15 01:23 PDT by Peter Vendlegård
Modified: 2007-06-19 10:59 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Vendlegård 2007-06-15 01:23:19 PDT
Since installing Safari 3 beta, creating new mail messages through AppleScript is lagging. I use a script in LaunchBar to send messages and since I installed Safari 3, there is a lag from when the script is launched and until the actual message is created in Mail.app. Reverting to Safari 2 makes it snappy again. The script looks like this:

tell application "Mail"
	set m to make new outgoing message with properties {subject:""}
	tell m
		set visible to true
	end tell
	activate
end tell


 Thanks.
Comment 1 Brady Eidson 2007-06-15 10:01:18 PDT
I wonder if this is a dupe of the slow iChat bug?

http://bugs.webkit.org/show_bug.cgi?id=14092

Seems possible, though I don't have a chance to test it right now
Comment 2 Mark Rowe (bdash) 2007-06-18 10:57:53 PDT
<rdar://problem/5276265>
Comment 3 Timothy Hatcher 2007-06-19 10:59:30 PDT
This is a dupe of bug 14092. They both have the same root cause.

*** This bug has been marked as a duplicate of 14092 ***