Re: Should this be lodged as a TextEdit bug?
Re: Should this be lodged as a TextEdit bug?
- Subject: Re: Should this be lodged as a TextEdit bug?
- From: Shane Stanley <email@hidden>
- Date: Fri, 30 Jan 2015 15:12:20 +1100
On 30 Jan 2015, at 7:09 am, Brian Christmas <email@hidden> wrote:
If an email has an embedded html image, which saves in the .rtfd, the ‘tell application “TextEdit” to 'open file X’ freezes with a displayed error message, without focus, permanently, and is untrappable, and can only be dismissed by activating the error message, so freezing my App. Focus is removed from TextEdit while the error message displays.
You could try wrapping the open call in an "ignoring application responses" block. But that's just making you further problems to deal with. I presume TextEdit is trying to download the image, and that's triggering the error.
Also, should I report this as a bug?
It's annoying, but it's not really a bug. If a command generates a dialog, it generally won't return until the dialog is dismissed -- that's the case in all apps. Some apps allow you to suppress error dialogs, but that's arguably a feature, and certainly not standard behavior. The real bug is in Mail's behavior with attachments in the first place.
2. If attachments, saving the email to desktop as .rtfd
If you have an .rtfd, it's just a package containing the files. Have you tried listing what's in the package?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden