I have several projects that were originally developed in WebMaker 5 for Bizflow 12.1 and were working OK. I imported these into WebMaker 6 to publish to Bizflow 12.2 server and I find that I cannot get the popup dialogs to display.
The attached project has several examples, including one on the first "page" (APD_DPSect1). I have tried changing the action "toggle visibility" to explicitly use hyf.util.showcomponent() to try and force the issue, but the dialog will still not show up. Firebug shows no errors of any kind. The issue is occurring across all of the upgraded projects that I have tried (at least 4 so far)
I first found the problem with the published application on the server, but the same issue occurs in the test dashboard. What is wrong with my popups in these upgraded projects. (as an aside, I created a brand new project with one page and a popup and it worked as expected. So it seems to be some issue with the upgraded code...)
The attached project has several examples, including one on the first "page" (APD_DPSect1). I have tried changing the action "toggle visibility" to explicitly use hyf.util.showcomponent() to try and force the issue, but the dialog will still not show up. Firebug shows no errors of any kind. The issue is occurring across all of the upgraded projects that I have tried (at least 4 so far)
I first found the problem with the published application on the server, but the same issue occurs in the test dashboard. What is wrong with my popups in these upgraded projects. (as an aside, I created a brand new project with one page and a popup and it worked as expected. So it seems to be some issue with the upgraded code...)
Attachment
RE: popup dialog(s) will not display
I have had a look at your project and could see the same problems when previewing the pages.
I think this is being caused by the DialogWidgetFix.js script file you have on the project. The problem that this fix was trying to resolve is handled automatically now, and I think having two sets of processing is incorrectly causing the dialogs to get completely removed.
If I remove this additional script file the dialogs seem to display correctly on the previews for me.
Hopefully this will resolve the problem for you, but please let me know how you get on.
Regards,
Gerard
RE: popup dialog(s) will not display
RE: popup dialog(s) will not display