Search and Top Navigation
#3720 closed bug (fixed)
Opened January 01, 2009 03:19PM UTC
Closed January 03, 2009 04:16PM UTC
Remove use of extra function for callbacks
Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (3)
Changed January 01, 2009 04:13PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed January 02, 2009 01:17PM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
r1461 introduced 79 unit test failures (regressions). Reopening.
Changed January 03, 2009 04:16PM UTC by comment:3
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.
Fixed in r1461.