Modify ↓
#9763 closed task (fixed)
Revert to jQuery UI 1.6
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DateFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
As noted in ticket #9598, Trac 0.11 provides jQuery 1.2.6. The version of jQuery UI used by this plugin is currently 1.7.3, and while it seems to work fine, jQuery UI 1.7 only claims to work with jQuery 1.3+. To avoid conflicts, the 0.11 branch will be changed to use jQuery UI 1.6. The 0.12 branch will continue to use jQuery UI 1.8, since Trac 0.12 provides jQuery 1.4.4. jQuery 1.8.17 requires jQuery 1.3.2 or later.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 follow-up: 4 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
(In [11246]) Fixes #9763: (Version 1.1.0) The jQuery UI component has been downgraded to 1.6 to ensure compatibility with jQuery 1.2.6 that ships with Trac 0.11.x.