#2032 closed defect (fixed)
FloatingPane.closeWindow raises an exception on IE
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.1rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
This pb seems to be a problem introduced in 0.4.1RC2
if you create a floating pane containing a content pane with button in it and try to close it, it raises an exception
DEBUG: [TypeError: 'undefined' is null or not an object] when calling closeme$joinpoint$method on [object] with arguments [object Object] FATAL exception raised: 'undefined' is null or not an object
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | closeframebug.html added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 0.4.1 |
Owner: | changed from anonymous to bill |
Status: | new → assigned |
Version: | 0.4 → 0.4.1rc1 |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6753]) Remove overzealous call to destroyNode() (other overzealous calls remain, I think) Fixes #2032.