Opened 12 years ago
Closed 12 years ago
#7089 closed bug (fixed)
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
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | 1.9 → 1.8.11 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 12 years ago by
Owner: | set to 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 |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Button: avoid .last() call to ensure compatibility with jQuery 1.3. Fixed #7089 - Button: .last() used in ui.button but not exists in jQ 1.3
Changeset: 6bbc43113ccd2722919e4149248c3316c143b287
Note: See
TracTickets for help on using
tickets.
This should only be fixed in 1-8-stable.