#6655 closed bug (fixed)
Regression in buildFragment in IE
Reported by: | zano | Owned by: | snover |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | IE, clone | Cc: | |
Blocked by: | Blocking: |
Description
jQuery 1.4 caches small fragments. Node.cloneNode is called to reused the cached fragments. IE does not clone correctly the defaultValue of input elements.
For example, $('<input type="text" value="TEST" />')[0].defaultValue returns "TEST" in Firefox but "" in IE.
This prevents forms to be resetted correctly.
Change History (6)
comment:1 Changed 12 years ago by
Milestone: | 1.4.2 → 1.4.5 |
---|---|
Priority: | → undecided |
Status: | new → open |
comment:2 Changed 12 years ago by
Owner: | set to snover |
---|---|
Status: | open → assigned |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
Priority: | undecided → blocker |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ensure that buildFragment clones elements properly in all browsers. Fixes #3879, #6655. Also improves form element clone tests and fixes bugs in $.fn.clone exposed by these new test cases related to the values of checkboxes and radio buttons in IE.
Changeset: b14f02899e74c429effadd88527ffde17650149a
comment:34 Changed 12 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
Move fixed tickets to appropriate milestone
pull request