Hello
we're currently evaluating BizFlow v12.6. Whilst doing so, we have encountered an error when clicking on a date value from a DatePicker - however all other DatePickers work correctly. It is this which makes me wonder if it is a WebMaker error rather than a 12.6 error (however it did work fine on our previous version of BizFlow - 12.3).
When clicking a date (and it seems that it does not matter whether it is today, in the past, or the future), we are kicked out of the WM page, and BizFlow itself with an error message of 'Fail - The request could not be understood'
I can't see anything in BizFlow, WebMaker or Tomcat logs that corresponds with this. However if I debug the page, and breakpoint the calendar selection etc in DisplayUtils.js it doesn't error as I step through the code.
we're currently evaluating BizFlow v12.6. Whilst doing so, we have encountered an error when clicking on a date value from a DatePicker - however all other DatePickers work correctly. It is this which makes me wonder if it is a WebMaker error rather than a 12.6 error (however it did work fine on our previous version of BizFlow - 12.3).
When clicking a date (and it seems that it does not matter whether it is today, in the past, or the future), we are kicked out of the WM page, and BizFlow itself with an error message of 'Fail - The request could not be understood'
I can't see anything in BizFlow, WebMaker or Tomcat logs that corresponds with this. However if I debug the page, and breakpoint the calendar selection etc in DisplayUtils.js it doesn't error as I step through the code.
Attachment
Hi kidder,
This does seem a strange one!
Do you know if you are getting any script errors being logged to the browser console when you click the calendar entry and the page crashes out?
Are you able to try in any other web browsers to see if you get the same behaviour?
Is the problem specific to that one date field, or do you have any other date fields on the form that exhibit the same issue?
It would be worth clearing your browser cache (if you haven+?+?+?t already) to make sure that there aren+?+?+?t a mix of old and new files being picked up.
If you are able to test the WebMaker page locally using the Run Test option it would also be good to know if you can replicate the problem there, when running outside of the BizFlow container.
Hopefully we can track down the cause of this issue, and get it resolved for you.
Regards,
Gerard
Hi Gerard
if I make the selection whilst debugging, we get some stack errors:
SCRIPT28: Out of stack space
File: bizflowCreateRuns.do, Line: 34, Column: 5
SCRIPT2343: Stack overflow at line: 15
We do not see any errors in Chrome or Firefox.
All other date fields seem ok. I've cleared all Temporary Files and the error still persists.
I can't really replicate the issue via Run Test as it requires some user input / partial pages to be completed to get to the point I am at.
Thanks for your help
FYI we are using IE
Version: 11.0.9600.19230
Update Versions: 11.0.101 (4483187)
Hi kidder,
Thanks for the additional details.
It is strange that you are only getting the problem for one specific date field. Is there anything different about the configuration of that field compared to the others? Could there be some kind of onchange event that might be causing a loop?
It might be worth trying to rename the field in case there are some conflicts occurring with other controls on the page.
Are you able to save the HTML for the page that has the error, and package it up with all the CSS and script files being used etc? If so, and this replicates the problem, I am happy to have a look if you send it through.
Regards,
Gerard