Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by scott.gonzalez
- Priority changed from minor to blocker
- Status changed from new to open
- Milestone changed from 1.9 to 1.8.11
comment:2 Changed 2 years ago by rdworth
- Owner set to rdworth
- Status changed from open to assigned
- Summary changed from .last() used in ui.button but not exists in jQ 1.3 to Button: .last() used in ui.button but not exists in jQ 1.3
comment:3 Changed 2 years ago by Richard Worth
- Status changed from assigned to closed
- Resolution set to fixed
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.