Opened 13 years ago
Closed 13 years ago
#6119 closed bug (invalid)
serialize filter out disabled inputs
Reported by: | dobra_vyla | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.2 | |
Component: | ajax | Version: | 1.4.1 |
Keywords: | serialize | Cc: | |
Blocked by: | Blocking: |
Description
hi.
I have an issue about filtering out disabled inputs from serialization. I do not see any reason why those inputs should not be serialized.
My example: ASP.NET application has disabled text input and value comes from calendar component. after using serialize this value does not come to server. Of course I can handle it different way, but I hope this is the clearest solution.
fix: take out the filter parameter. I think it is easy to find in "serializeArray" function.
Sorry I didn't do it by myself, but I'm too lazy to go through all nescessary stuff to be able to post changes by myself.
Note: See
TracTickets for help on using
tickets.
The W3C says disabled elements are not "successful" and therefore should not be submitted.
http://www.w3.org/TR/html401/interact/forms.html#h-17.13.2