Bug 14158

Summary: Creating a new mail in Mail.app lags with Safari 3 installed.
Product: WebKit Reporter: Peter VendlegÄrd <veke>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

Peter VendlegÄrd
Reported 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.
Attachments
Brady Eidson
Comment 1 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
Mark Rowe (bdash)
Comment 2 2007-06-18 10:57:53 PDT
Timothy Hatcher
Comment 3 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 ***
Note You need to log in before you can comment on or make changes to this bug.