#12678 closed enhancement (fixed)
enhance doh to leverage AMD
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | TestFramework | Version: | 1.6.0 |
Keywords: | Cc: | Sam Foster | |
Blocked By: | Blocking: |
Description
As part of #12672, DOH was upgraded to clean cruft and leverage dojo's AMD loader. This is a blanket ticket that covers just DOH issues until 12672 settles.
Change History (11)
comment:1 Changed 9 years ago by
Cc: | Sam Foster added |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 9 years ago by
Component: | General → TestFramework |
---|
comment:4 Changed 9 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Starting in [24328], DOH is failing on IE8 (and probably other IE versions) when doh.error() because console.error.apply() is not a valid call. (It's something to do with console being weird on IE)
It causes a breakpoint in the debugger or a popup dialog about "object is not a valid call". You may not see the popup dialog depending on your IE settings.
comment:5 Changed 9 years ago by
comment:7 Changed 9 years ago by
comment:8 Changed 9 years ago by
comment:9 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Closing this ticket; DOH appears stable with AMD changes. If you find issues please open a new ticket.
Note: See
TracTickets for help on using
tickets.
#12672 broke
util/doh/runner.sh
; reported by sfoster on 12672