Opened 13 years ago
Closed 12 years ago
#6757 closed bug (invalid)
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.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | chrome_select.htm added |
---|
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jQuery does not support passing collections (which is what you are passing) via jQuery.ajax methods.