Download & Extend

Make admin compatible with jquery 1.6+

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.

AttachmentSize
compat_jq_1.6-issue-comment.patch0 bytes

Comments

#1

Oops that one came up blank. here's a new and improved one.

AttachmentSize
compat_jq_1.6-1334804-1.patch 2.09 KB

#2

Here is a re-roll of this patch against the latest 6.x-2.x, relative to module root.

AttachmentSize
compat_jq_1.6-1334804-2.patch 1.88 KB

#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

AttachmentSize
admin-js.patch 3.12 KB
nobody click here