Icon View Incident Report

Minor Minor
Reported By: David Wylie
Reported On: 8/24/2015
For: Version 2.01 Build 2
# 4220 Mixing Modal Message and Progress Dialogs Causes Problem with Visual Modal Barrier

I call ShowProgress('...') before an AJAX request is fired off.
In the complete routine, I call HideProgress (which seems to work) then check the result code and act accordingly.

There are three results from my ajax call.
On 200 I load some data into a grid.
On 401 I display a modal form which informs them they need to log in and presents them with a button to click as well as instructions to F5 or CMD-R if that doesn't work.
On anything else I display a showmessage box just for the time being (debug purposes).

Now - without the ShowProgress all the above works perfectly.

With the ShowProgress, the 200 and the "other" responses work fine, but the 401 response which shows the modal form is odd. It shows the form but does not give it focus and I cannot click on it.


Resolution Resolution
Fixed Problem on 8/25/2015 in version 2.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image