#12100 closed defect (fixed)
unresolved event references should show error in console
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Parser | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
presently, if you have data-dojo-props="onClick:undefinedFunction" you'll get a console.warning. This is the same level we use to report deprecation. It should probably be console.error.
Change History (8)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.6 |
---|
I was actually thinking of throwing too, especially since this is a new feature so people can't complain about a change in behavior.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 9 years ago by
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
comment:8 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
I suppose we could also throw, but that might be a bit harsh