PDA

View Full Version : Please test: Are all tasks "Inbox Tasks?"


iNik
2007-12-03, 01:56 PM
I think I'm seeing a bug here. Can you help me confirm it?

Select a task that is NOT in your inbox and run this script:

tell application "OmniFocus" to tell front document to tell document window 1 to get class of (value of (item 1 of (selected trees of content)))

When I run this, I get "Inbox Task" as the class of any and all tasks. I would expect the class to be "task" unless I have a task selected that is in my inbox.

ext555
2007-12-03, 06:23 PM
Yes I get the same thing .. definitely not an inbox task ..but that's what the sript said it was .

Tim Wood
2007-12-03, 10:03 PM
Thanks; this should be fixed in 95576.

iNik
2007-12-04, 08:27 AM
In the Dec. 4 AM build this appears to have been corrected. Thanks!