Skip to main content

Bug Tracker

Side navigation

#11810 closed bug (duplicate)

Opened May 24, 2012 02:40PM UTC

Closed May 24, 2012 03:18PM UTC

Last modified May 24, 2012 03:18PM UTC

Error looping with $.each if there is a JSON array contains 'length' key

Reported by: b3bakyt@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hello!

I had a json array like

{

"properties": {

"array": {

"id": "4",

"fabric_category_id": "2",

"name": "Len",

"description": " ",

"system_name": "LEN3",

"status": "0",

"length": "0",

"maker": "art (Italy)"

}

},

"status": "success"

}

and faced a problem parsing this data with $.each(data, function(key, val) { }) function

the problem was in the "length" key. It somehow stops loop if thereis a "length" in the json array

Attachments (0)
Change History (2)

Changed May 24, 2012 03:18PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Changed May 24, 2012 03:18PM UTC by dmethvin comment:2

Duplicate of #7260.