Opened 12 years ago
Closed 12 years ago
#11130 closed defect (duplicate)
Tree in dojox ContentPane does not fire events when loaded from href in IE
Reported by: | qkiss | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dojox | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I noticed a problem with dojox ContentPane? populated with content from href. The problem happens in IE. Firefox and Chrome are working fine.
The following two test cases show the problem. When ContentPane? loads test1.html, onClick events work. However they do not work with test2.html, which does not have a paragraph before the tree.
The test does not show that, but it also occurs with getIconClass function, i.e. the icons do not show up when there is no paragraph before the tree.
Attachments (4)
Change History (5)
Changed 12 years ago by
Attachment: | index.html added |
---|
Changed 12 years ago by
Attachment: | places.json added |
---|
Changed 12 years ago by
Attachment: | test1.html added |
---|
Changed 12 years ago by
Attachment: | test2.html added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, IE has a problem with script tags towards the top of the file, you need to do some sort of workaround like what you had, see #4663.