[Using NT7.31/C9] I've been encountering sporadic javascript errors in my recent app work. Today I also discovered alert and entry errors having to do with a wizard form. I've taken the sample Tabs (57) app and modified it some. I changed the theme, checked off all the file options on the WebServer\Settings\Advanced tab, changed the PageHeaderTag Basic Layout to the 3 section option, eliminated a few menu choices, set the Save/Cancel URL's to the IndexPage and changed the procedures to re-prime LOC:Field1 and LOC:Field 4 (both are required fields) every time the menu items are selected. After you compile the app, here are the various issues:
1) The app sporadically hangs at startup or on selection of a menu item at various points under Firefox and eventually displays an "Error in JavaScript" warning with the app displaying without any theme css. I haven't been able to reproduce this error on demand. I think it happens less using IE11, but I haven't been spending much time there.
2) Select the Wizard. On the first tab, do NOT enter anything in Field1, but hit Next. An Alert message pops up because it's a required field and the validation for each tab is selected. Click OK on the Alert box and then enter something in Field1. Hit TAB or NEXT to save the content. The newly entered text appears, but you again get the Alert message as if no entry was made. I've determined that for some reason, the field entry processing code is not being triggered. The only option available is to Cancel the wizard.
3) Select the Wizard. On the first tab, enter something in Field1. Click Next until you see Field4 (tab 4). Do not enter anything in Field4, just hit Save. For some unknown (to me) reason, both a red warning bar shows at the top of the screen AND an Alert message shows. Why is this multiple error display different for Field4 then it was for Field1 on the first tab? Also, once the red warning bar shows at the top of the screen, there is no way to eliminate it until the entire record is successfully saved. I would expect that entering something that validates in an error entry field would clear the top red bar. Also, I was not able to set up a related problem in this sample app, but when you have content displayed only in the center region when using the 3-section Basic Layout, and the top red warning bar displays, everything is shifted to the left. Correcting the error field does not fix the display. The only way to restore it to the proper part of the page is to start over by reselecting the menu option from the main Menu.
Regards,
Mark
[attachment deleted by admin]