jQuery-Timepicker-Addon
jQuery-Timepicker-Addon copied to clipboard
Uncaught RangeError: Maximum call stack size exceeded
As this screen capture shows, I am seeing the Uncaught RangeError: Maximum call stack size exceeded error: http://screencast.com/t/8rFQYGlGRN
It seems to be repeatedly calling: $.datepicker._updateDatepicker
- jQuery timepicker addon
- By: Trent Richardson [http://trentrichardson.com]
- Version 1.0.1
- Last Modified: 07/01/2012
Do you have guidance/pointers in regards to how to fix this?
Logs are showing me that the error is occurring on Line 1104:
Uncaught RangeError: Maximum call stack size exceeded, url: http://localhost:8080/javascripts/jquery/ui/jquery.ui.timepicker-addon.js?1342819656, line-number: 1104
Lines 1099-1104:
//############################################################################################# // second bad hack :/ override datepicker so it triggers an event when changing the input field // and does not redraw the datepicker on every selectDate event //############################################################################################# $.datepicker._base_updateDatepicker = $.datepicker._updateDatepicker; $.datepicker._updateDatepicker = function(inst) {
Does this occur with the dev branch too?
Any tips on this?
I'm working on a fix for this now. I'll keep you guys posted.
Well, nevermind. It appears the dev branch fixes the issue.