#294 closed defect (fixed)
small patch to Dialog.js to fix reference error
Reported by: | Owned by: | david | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the trunk source makes a call to this.onShow(node) if you don't have the fade events turned on. node is undefined - I believe the solution is to reference this.domNode instead of node.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | Dialog.diff added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 0.2.2release |
---|---|
Owner: | changed from anonymous to david |
Note: See
TracTickets for help on using
tickets.
patch for Dialog.js