Side navigation
#6119 closed bug (invalid)
Opened February 18, 2010 01:43PM UTC
Closed September 09, 2010 09:42PM UTC
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.
Attachments (0)
Change History (1)
Changed September 09, 2010 09:42PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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