Skip to main content

Bug Tracker

Side navigation

#9599 closed bug (invalid)

Opened June 16, 2011 05:09AM UTC

Closed June 16, 2011 01:16PM UTC

Last modified June 18, 2011 08:17PM UTC

Google Chrome, Maximum call stack size exceed when run unbind event

Reported by: mellonedain@gmail.com Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:
Description

When I run this code in Google Chrome console or in class function

(function(){ $(window).unbind( 'resize .myClass' ); })();

I have error:

RangeError: Maximum call stack size exceeded

Attachments (0)
Change History (2)

Changed June 16, 2011 01:16PM UTC by timmywil comment:1

component: unfiledevent
priority: undecidedlow
resolution: → invalid
status: newclosed

The code shown is invalid. To namespace events, do .unbind('resize.myClass') with no spaces. Help is always available on the jQuery forums or on the #jquery irc channel.

Changed June 18, 2011 08:17PM UTC by mellonedain@gmail.com comment:2

Yes this event namespace have space. But how You tell This situation is invalid and not produce good information about problem.