Modify ↓
Opened 16 years ago
Closed 15 years ago
#4833 closed defect (fixed)
[PATCH] Update for jQuery 1.3
Reported by: | Jay Xie | Owned by: | ashwin_phatak |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
jQuery is updated to 1.3.2 in changeset 7982 and version 1.3 of jQuery does not support selector like "@id=" and "@name="
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | jquery-1.3.patch added |
---|
comment:1 Changed 16 years ago by
Is it safe to patch BatchModifyPlugin before changeset 7982 has made it to a stable release? I'm using Trac v0.11.4, which is still on jQuery 1.2.6.
comment:2 Changed 16 years ago by
Trac Release: | 0.11 → 0.12 |
---|
No, it's for jQuery 1.3 only. Sorry for forgetting to choose the right release.
comment:3 Changed 15 years ago by
the changes in this patch are items deprecated in jquery 1.2, removed in 1.3. It should work fine with 1.2. See http://docs.jquery.com/Release:jQuery_1.3#Upgrading first item under Changes
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed in #6012. Multiple patches that fixed the same issue again.
Note: See
TracTickets for help on using
tickets.
jquery 1.3 patch at revision 4447