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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
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)
<rdar://problem/5276265>
Timothy Hatcher
This is a dupe of bug 14092. They both have the same root cause.
*** This bug has been marked as a duplicate of 14092 ***