Skip to main content

Bug Tracker

Side navigation

#6757 closed bug (invalid)

Opened July 02, 2010 10:28AM UTC

Closed October 29, 2010 04:02PM UTC

Attempting to send an element as POST value hangs browser.

Reported by: danielsamuels Owned by:
Priority: undecided Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: post, element, crash, hang, dropdown, select, option Cc:
Blocked by: Blocking:
Description

Select a different value from the dropdown, the browser should hang or crash.

http://jquery.posixx.co.uk/chrome_select.htm

Attachments (1)
Change History (1)

Changed October 29, 2010 04:02PM UTC by rwaldron comment:1

priority: → undecided
resolution: → invalid
status: newclosed

jQuery does not support passing collections (which is what you are passing) via jQuery.ajax methods.