Ticket #6252 (closed defect: fixed)
Safari 3.1 is crashing at times
| Reported by: | nathan | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Core | Version: | 1.1b1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It appears to be related to dojo._mixin.
By process of elimination, using the file dojox/form/test/test_PasswordValidator.html, it appears to be happening during the first unit test on that page - when it calls dojo.query("[widgetId]")
Calling dojo.query("*") at that same point works fine.
commenting out the dojo.query lines works (except for the tests fail).
Tracing through the code, I found that commenting out line 12 in dojo/_base/NodeList.js would eliminate the crash (though, obviously, nothing else would work correctly).
Change History
Note: See
TracTickets for help on using
tickets.