Search and Top Navigation
#7089 closed bug (fixed)
Opened March 09, 2011 11:23AM UTC
Closed March 14, 2011 09:18PM UTC
Button: .last() used in ui.button but not exists in jQ 1.3
Reported by: | alkaaran | Owned by: | rdworth |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.11 |
Component: | ui.button | Version: | 1.8.10 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.last() function was introduced with jQuery 1.4, to preserve compatibility with jQuery 1.3 replace .last() with .filter(":last") in jquery.ui.button
Attachments (0)
Change History (3)
Changed March 09, 2011 01:01PM UTC by comment:1
milestone: | 1.9 → 1.8.11 |
---|---|
priority: | minor → blocker |
status: | new → open |
Changed March 14, 2011 09:18PM UTC by comment:2
owner: | → rdworth |
---|---|
status: | open → assigned |
summary: | .last() used in ui.button but not exists in jQ 1.3 → Button: .last() used in ui.button but not exists in jQ 1.3 |
This should only be fixed in 1-8-stable.