Ticket #7801 (closed feature: fixed)
Widget: Add document and window properties
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.widget | Version: | 1.8.16 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Widgets frequently need to reference the document and/or window. However, the references are usually done with the document and window globals which breaks cross-window widgets. Adding properties that reference the document and window would make it much easier to build widgets properly.
Change History
comment:1 Changed 19 months ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.


Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.