Defect #370
Multiple dialogs break in web client
0%
Description
In webclient, a function like this will break:
var ans = globals.DIALOGS.showQuestionDialog("","one","a", "b") var ans2 = globals.DIALOGS.showQuestionDialog("","two","a", "b")
So if you have a situation where you are showing a second dialog, based on the result from the first dialog, then it breaks. Works fine in Smart Client, breaks in Web Client. The result is that the main form gets showin the the second form in dialog instead of the dialog you would expect
History
Updated by Fabrice Roger-Dalbert over 13 years ago
Scott Butler wrote:
In webclient, a function like this will break:
[...]So if you have a situation where you are showing a second dialog, based on the result from the first dialog, then it breaks. Works fine in Smart Client, breaks in Web Client. The result is that the main form gets showin the the second form in dialog instead of the dialog you would expect
I had the same problem, this was solved by upgrading to Servoy 5.2.10
Updated by Robert Ivens over 13 years ago
- Status changed from New to Closed
Sorry for the delayed response.
Just tested it with 6.0.1 and 5.2.10 and can't reproduce it.
I assume Fabrice is right and the new Servoy version(s) fix it.