#1035 closed defect (fixed)
Support for Embedded iframes in PopupMenu2
Reported by: | liucougar | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In order to support context menu in enhanced Editor, specifying an iframe as the target node of a PopupMenu2 is required. This patch implemented this
Attachments (2)
Change History (8)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 1035.patch added |
---|
comment:3 Changed 15 years ago by
Milestone: | → 0.4 |
---|
Changed 15 years ago by
Attachment: | 1035-2.patch added |
---|
comment:4 Changed 15 years ago by
the second patch fixed a regression in tests/widget/test_Button.html
in addition, fixed onscoll issue with IE
Note: See
TracTickets for help on using
tickets.
dojo.lang.forEach is not used, because I need to break from the loop, and the variable I want to set is a local varaible, which is not accessible in dojo.lang.forEach