jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Uncaught RangeError: Maximum call stack size exceeded

Open etdtripp opened this issue 13 years ago • 5 comments
trafficstars

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?

etdtripp avatar Jul 20 '12 22:07 etdtripp

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) {

etdtripp avatar Jul 20 '12 22:07 etdtripp

Does this occur with the dev branch too?

trentrichardson avatar Jul 26 '12 12:07 trentrichardson

Any tips on this?

jsantos avatar Aug 27 '12 14:08 jsantos

I'm working on a fix for this now. I'll keep you guys posted.

kirkhoff avatar Sep 06 '12 15:09 kirkhoff

Well, nevermind. It appears the dev branch fixes the issue.

kirkhoff avatar Sep 06 '12 15:09 kirkhoff