View Flow not loading when hitting the refresh button or pressing F5

  • 16 February 2021
  • 0 replies
  • 9 views

Userlevel 5
Badge +20
 

View Flow not loading when hitting the refresh button or pressing F5

kbt142875

PRODUCT
K2 blackpearl 4.6.11 to 4.7
BASED ON
K2 blackpearl 4.7
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

Issue

View Flow is not loading when hitting the refresh button or pressing F5. An empty page is being displayed.

Symptoms

View Flow loads properly on the first load. But once you clicked on the View Flow and attempt to refresh the page, View Flow stops loading, and you only see an empty page.

 

The View Flow will only load properly again if you click on the address bar, and click ENTER.

 

Image

Resolution

This appears to be an issue with Silverlight on newer Internet Explorer versions and is not exclusively a View Flow issue. If you open any Silverlight application, click on it, then attempt a refresh, the same issue will occur.

 

This issue seems to happen in IE9 and above, so the simplest way to resolve this is to force the View Flow page to load in IE8 compatibility mode.

  1. On the server hosting your View Flow, go to [Program Files]K2 blackpearlWebServicesViewFlow
  2. Edit ViewFlow.aspx with a text editor
  3. Look for the following line (your content property may be different):
     
    <meta http-equiv="x-ua-compatible" content="IE=edge" >
  4. Change the content property to IE=8.
     
    <meta http-equiv="x-ua-compatible" content="IE=8" >
  5. Save the changes
  6. Clear your browser cache, close and reopen your browser and try again.

0 replies

Be the first to reply!

Reply