Skip to main content

Bug Tracker

Side navigation

#6501 closed bug (worksforme)

Opened April 29, 2010 03:42AM UTC

Closed June 12, 2010 02:21AM UTC

$.map uses concat.apply, so number of elements in processing array is limited

Reported by: fedor.indutny Owned by:
Priority: Milestone: 1.4.3
Component: core Version: 1.4.2
Keywords: $.map,concat,arguments count Cc:
Blocked by: Blocking:
Description

If you try to $.map array with 100000 Elements you will get following error:

"Function.prototype.apply cannot support 200001 arguments".

Attachments (1)
  • testcase.html (0.4 KB) - added by fedor.indutny April 29, 2010 03:45AM UTC.

    Test case

Change History (1)

Changed June 12, 2010 02:21AM UTC by dmethvin comment:1

component: unfiledcore
resolution: → worksforme
status: newclosed

Works fine for me with Firefox 3.6.3. In any case, 100,000 is a lot of elements.