#5679 closed feature (fixed)
Datepicker should reinitialize if dpDiv is removed
Reported by: | pifantastic | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.datepicker | Version: | 1.8.1 |
Keywords: | initialized haspatch | Cc: | |
Blocked by: | Blocking: |
Description
The Datepicker is only initialized once, meaning, the widget container div is only added to the DOM once. However, if you delete that container, either directly or through something like $("body").html(""), no future datepickers will work.
Here is a workaround
http://github.com/pifantastic/jquery-ui/commit/f48de0ad33a7f847a8514c989531fef46a57dbd7
Change History (9)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Made an addition to prevent multiple event bind on initialize. New pull request sent https://github.com/jquery/jquery-ui/pull/543. New commit is here https://github.com/bardt/jquery-ui/commit/f20486d1231fce4a559bc70f0595a071e9efc59b
comment:3 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:4 Changed 10 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:5 Changed 10 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed #5679 - Datepicker should reinitialize if dpDiv is removed
Changeset: 7ffcaa2e3b673e7e4178293224d5a15f65cbbcf9
comment:9 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.0 |
---|
Fixed in this commit https://github.com/bardt/jquery-ui/commit/c0bd1c3ff06e88029dec00905d9385716a1a6378 Pull request is sent.