Opened 15 years ago
Closed 14 years ago
#1163 closed defect (wontfix)
Widget within xml style declared widget - fails in Firefox
Reported by: | morris | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For some reason the following does not work correctly in Firefox (I am using 1.5.0.4): <dojo:Button>MyButton?<div dojoType="myns:Check"></div></dojo:Button>
However, the following does work: <div dojoType="dojo:Button">MyButton?<div dojoType="myns:Check"></div></div>
Both of the above work properly in IE6 and Opera9 - they put a checkbox inside the button. The problem appears to be how children are assigned to the parent - the <dojo:Button> declared widget ends up with no children.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | test_widget_in_widget.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
no more xml-style in dijit
Note: See
TracTickets for help on using
tickets.
Put this into in dojo/tests/namespaces