Opened 11 years ago

Last modified 9 years ago

#10688 closed defect

TypeError: a.curCSS is not a function (Trac 1.1.1dev-r11469) — at Initial Version

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: AdminEnumListPlugin
Severity: normal Keywords:
Cc: Stepan Riha, Jun Omae Trac Release: 1.2

Description

The following errors are seen with Trac 1.1.1dev-r11469:

Firefox 16:

[10:46:52.715] TypeError: a.curCSS is not a function @ http://localhost:8000/tracdev/chrome/common/js/jquery-ui.js:5

Chrome 23:

Uncaught TypeError: Object function (a,b){return new p.fn.init(a,b,c)} has no method 'curCSS'

Trac 1.0 has:

  • jQuery 1.7.2
  • jQuery UI 1.8.21

Trac 1.1 has:

There is an incompatibility between jQuery 1.8 and jQuery UI < 1.8.22, as described here. I'll open a ticket for this in the Trac core, and implement a workaround in the plugin code.

Change History (0)

Note: See TracTickets for help on using tickets.