Posted by MrMaksimize on November 7, 2011 at 10:51pm
3 followers
| Project: | Admin |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Attached is a patch. This does actually break compatibility with earlier jquery versions because it uses a method called .prop. I'm working on a backwards compatible patch.
| Attachment | Size |
|---|---|
| compat_jq_1.6-issue-comment.patch | 0 bytes |
Comments
#1
Oops that one came up blank. here's a new and improved one.
#2
Here is a re-roll of this patch against the latest 6.x-2.x, relative to module root.
#3
Thanks! I'd found and fixed the missing quotes around the href selector, but missed the prop().
Here's my patch which includes the href fix, the prop fix, and adds a fix for the breadcrumbs mechanism (which used on a workaround for jquery 1.2 that didn't seem necessary with 1.7)
Against: 7.x-2.0-beta3