[Webkit-unassigned] [Bug 14158] New: Creating a new mail in Mail.app lags with Safari 3 installed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 01:23:20 PDT 2007


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

           Summary: Creating a new mail in Mail.app lags with Safari 3
                    installed.
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: veke at mac.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list