Opened 14 years ago
Closed 14 years ago
#3786 closed defect (fixed)
onklick unit test failing
Reported by: | bill | Owned by: | simonjb |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
OnClick? unit test failing when run in conjunction with other tests. Maybe ContentPane? test is interfering? Not sure.
In any case not working, at least on FF2/mac.
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I'm closing this ticket as the onklick test is now working. There are still some dijit test interaction problems but I don't think they are specific to onklick and I've filed another ticket to capture those issues: #3856.
Note: See
TracTickets for help on using
tickets.
(In [9777]) Fixed the onklick unit test. The test was previously dependent on ComboButton? and a recent change in ComboButton? broke it. The test has been changed so that it is no longer dependent on any widgets (other than _Widget). Refs #3786.