The problem:
A workflow assigned me a task. I opened the task email in Outlook 2010 and then pushed the "Open This Task" button on the ribbon. All I got was a flickering progress box. The task was never opened and it took me quite a while to get rid of the flickering progress box.
The solution:
This seems like a security issue (and could have been handled more gracefully by Outlook.) While normally I don't advocate editing system files on the hive, this is the case when it is necessary. I opened the 14\LAYOUTS\FormsServer.aspx and added the following line right after the <body> tag:
<SharePoint:FormDigest runat="server" />
This creates a security validation for the FormsServer.aspx page and thus gets rid of the annoying flickering issue.
No comments:
Post a Comment