Opened 15 years ago
Closed 10 years ago
#4306 closed feature (duplicate)
Datepicker: Expose option to append to something else then body
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Currently the datepicker is always appended to the body element, hardcoded (except inline datepickers). The code is even scattered across the plugin, so to change it I have to change various places.
A potential name for the option would be "appendTo", accepting a selector/jQuery object, with the default of "body" or document.body.
For a usecase, see http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/49a59aa4dfb6e96e
Change History (10)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:4 Changed 13 years ago by
Hi. Is there any chance that this will be fixed soon? Now there is no way to use this datepicker in a scrollable element.
comment:5 Changed 13 years ago by
This won't be fixed until datepicker is rewritten, which is currently planned for the 2.0 release, but it's possible that it can land in the 1.9 release.
comment:6 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:7 Changed 11 years ago by
Milestone: | 1.next → 1.11.0 |
---|
comment:8 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Expose option to append to something else then body → Datepicker: Expose option to append to something else then body |
comment:10 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | open → closed |
The same option would apply to the Dialog control.