Opened 9 years ago
Closed 9 years ago
#14188 closed defect (invalid)
dijit.findWidgets(): Problems with node.nextSibling in IE9
Reported by: | Alexander Kläser | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Under specific circumstances, IE9 would return null with node.nextSibling, although multiple childs were present in the root node. The property children worked fine in this case. This caused dijit.findWidgets() (and thus also _WidgetBase.getChildren()) to return only one element (firstChild worked), although multiple childs are present (and visible on screen).
I'm not sure whether this is a know bug in IE... however, this fix solved our problems.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | fix_dijit_findWidgets.patch added |
---|
comment:1 Changed 9 years ago by
I can't check in a patch without a test case. Can you give a test case to reproduce this problem?
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing due to lack of test case, and no response to above comment. Note that dijit/tests/registry.html passes fine on IE9.
Please reopen after you have attached a test case.
patch