Opened 14 years ago
Closed 14 years ago
#3720 closed bug (fixed)
Remove use of extra function for callbacks
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.core | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Support for an extra function in $.trigger will likely be removed for jQuery 1.3 (see thread). Therefore $.widget.prototype._trigger needs to be rewritten.
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
r1461 introduced 79 unit test failures (regressions). Reopening.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Re-closing; the regressions were most likely from using 1.2.6. Everything is now running against 1.3pre and there are separate tickets for making sure all plugins are using $.widget.prototype._trigger.
Note: See
TracTickets for help on using
tickets.
Fixed in r1461.